diff options
Diffstat (limited to 'www/galeon/files/patch-po::Makefile.in.in')
-rw-r--r-- | www/galeon/files/patch-po::Makefile.in.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/galeon/files/patch-po::Makefile.in.in b/www/galeon/files/patch-po::Makefile.in.in new file mode 100644 index 0000000..badad97 --- /dev/null +++ b/www/galeon/files/patch-po::Makefile.in.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- po/Makefile.in.in 2001/07/04 17:56:11 1.1 ++++ po/Makefile.in.in 2001/07/04 17:56:34 +@@ -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 \ |