diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-25 20:16:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-25 20:16:20 +0000 |
commit | 98f0d12144c8fcdc23a02d24585532540e638c7a (patch) | |
tree | 2bb2b66c10d39c3ab566102ab7c047093e2d9dc4 /www/libgtkhtml/files/patch-po::Makefile.in.in | |
parent | 0b58b60e0b055031ace73d4a6fd4cb7584283617 (diff) | |
download | ports-98f0d12144c8fcdc23a02d24585532540e638c7a.tar.gz ports-98f0d12144c8fcdc23a02d24585532540e638c7a.zip |
Notes
Diffstat (limited to 'www/libgtkhtml/files/patch-po::Makefile.in.in')
-rw-r--r-- | www/libgtkhtml/files/patch-po::Makefile.in.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/libgtkhtml/files/patch-po::Makefile.in.in b/www/libgtkhtml/files/patch-po::Makefile.in.in new file mode 100644 index 000000000000..42f683d3e699 --- /dev/null +++ b/www/libgtkhtml/files/patch-po::Makefile.in.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- po/Makefile.in.in 2002/03/25 14:35:10 1.1 ++++ po/Makefile.in.in 2002/03/25 14:35:35 +@@ -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 \ |