diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-09 11:12:33 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-09 11:12:33 +0000 |
commit | 27b522cb736208e0c51d0e2e0a20abda28b74037 (patch) | |
tree | fce4280380e9fea6e033793f3cf17b5b8c7e09d2 /games/gnome-games/files/patch-po::Makefile.in.in | |
parent | 13420dea793029223b1a3594e2cce695cdfe1017 (diff) |
Update to 1.4.0.2.
Notes
Notes:
svn path=/head/; revision=44957
Diffstat (limited to 'games/gnome-games/files/patch-po::Makefile.in.in')
-rw-r--r-- | games/gnome-games/files/patch-po::Makefile.in.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games/gnome-games/files/patch-po::Makefile.in.in b/games/gnome-games/files/patch-po::Makefile.in.in new file mode 100644 index 000000000000..cd3e37cffcf4 --- /dev/null +++ b/games/gnome-games/files/patch-po::Makefile.in.in @@ -0,0 +1,14 @@ + +$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 \ |