diff options
Diffstat (limited to 'games/gnomegames2/files/patch-po::Makefile.in.in')
-rw-r--r-- | games/gnomegames2/files/patch-po::Makefile.in.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/games/gnomegames2/files/patch-po::Makefile.in.in b/games/gnomegames2/files/patch-po::Makefile.in.in deleted file mode 100644 index cd3e37cffcf4..000000000000 --- a/games/gnomegames2/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- po/Makefile.in.in 2001/07/09 10:15:24 1.1 -+++ po/Makefile.in.in 2001/07/09 10:15:40 -@@ -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 \ |