diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-27 15:23:37 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-27 15:23:37 +0000 |
commit | e6d77136b4c8a64e6dc4f40e20f301037bff7a68 (patch) | |
tree | 938021fee3d542f0e130915d598fd5c0ece16fd7 /math/drgeo/files/patch-po_Makefile.in.in | |
parent | Update to 0.6.7 (diff) |
- Update to drgeo version 0.9.9
PR: 57287
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=89552
Diffstat (limited to 'math/drgeo/files/patch-po_Makefile.in.in')
-rw-r--r-- | math/drgeo/files/patch-po_Makefile.in.in | 11 |
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 \ |