1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/comms/gsmlib/files/patch-Makefile.in.in
Ying-Chieh Liao cb0539a844 add gsmlib 1.8
A library to access GSM mobile phones through GSM modems
2002-04-23 20:14:31 +00:00

12 lines
394 B
Plaintext

--- po/Makefile.in.in.orig Wed Apr 24 04:05:50 2002
+++ po/Makefile.in.in Wed Apr 24 04:06:09 2002
@@ -122,7 +122,7 @@
cat=`basename $$cat`; \
case "$$cat" in \
*.gmo) destdir=$(gnulocaledir);; \
- *) destdir=$(localedir);; \
+ *) destdir=$(gnulocaledir);; \
esac; \
lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
dir=$$destdir/$$lang/LC_MESSAGES; \