summaryrefslogtreecommitdiff
path: root/math/drgeo/files
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-10-06 09:02:35 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-10-06 09:02:35 +0000
commit4cd53e99fb0a7501a0c0ce89bd4524cae1e35f32 (patch)
tree9c5a8a0eb6fb8ccf986654d76d73ff84b821301b /math/drgeo/files
parentNew port: Jakarta Commons DBCP. (diff)
- Update to 0.9.9
Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=90402
Diffstat (limited to 'math/drgeo/files')
-rw-r--r--math/drgeo/files/patch-po_Makefile.in.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/drgeo/files/patch-po_Makefile.in.in b/math/drgeo/files/patch-po_Makefile.in.in
new file mode 100644
index 000000000000..14515a44a3be
--- /dev/null
+++ b/math/drgeo/files/patch-po_Makefile.in.in
@@ -0,0 +1,11 @@
+--- po/Makefile.in.in.orig Wed Sep 24 09:31:34 2003
++++ po/Makefile.in.in Wed Sep 24 09:57:50 2003
+@@ -106,7 +106,7 @@
+ @catalogs='$(CATALOGS)'; \
+ for cat in $$catalogs; do \
+ cat=`basename $$cat`; \
+- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
++ lang=`echo $$cat | sed 's/\.mo$$//'`; \
+ dir=$(localedir)/$$lang/LC_MESSAGES; \
+ $(mkinstalldirs) $(DESTDIR)$$dir; \
+ if test -r $$cat; then \