diff options
Diffstat (limited to 'math/drgenius/files/patch-po_Makefile.in.in')
-rw-r--r-- | math/drgenius/files/patch-po_Makefile.in.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/math/drgenius/files/patch-po_Makefile.in.in b/math/drgenius/files/patch-po_Makefile.in.in deleted file mode 100644 index 14515a44a3be..000000000000 --- a/math/drgenius/files/patch-po_Makefile.in.in +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 \ |