aboutsummaryrefslogtreecommitdiffstats
path: root/math/drgeo/files
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-09-27 23:23:37 +0800
committerkrion <krion@FreeBSD.org>2003-09-27 23:23:37 +0800
commit2927825f34b28c57bdbb4d01c8a07452f4c3fa58 (patch)
tree1059e71d16848e6339c1d058a820f86b33f5a278 /math/drgeo/files
parentcba8f3b8120be4c0e37a0a9d5a8fa2205e15e44d (diff)
downloadfreebsd-ports-gnome-2927825f34b28c57bdbb4d01c8a07452f4c3fa58.tar.gz
freebsd-ports-gnome-2927825f34b28c57bdbb4d01c8a07452f4c3fa58.tar.zst
freebsd-ports-gnome-2927825f34b28c57bdbb4d01c8a07452f4c3fa58.zip
- Update to drgeo version 0.9.9
PR: 57287 Submitted by: Ports Fury
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 \