diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-03 18:16:25 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-03 18:16:25 +0000 |
commit | 9b1bae26b932576de11da6910d86b7dc2ef9b73b (patch) | |
tree | 2c753e1845ce97f5de2e7731c507d9bfe6459c09 /misc/gnomeutils/files/patch-po::Makefile.in.in | |
parent | Add e2fsprogs 1.22, a set of utilities and library to manipulate an ext2 (diff) |
Update to 1.4.0.1.
Notes
Notes:
svn path=/head/; revision=44717
Diffstat (limited to 'misc/gnomeutils/files/patch-po::Makefile.in.in')
-rw-r--r-- | misc/gnomeutils/files/patch-po::Makefile.in.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/gnomeutils/files/patch-po::Makefile.in.in b/misc/gnomeutils/files/patch-po::Makefile.in.in new file mode 100644 index 000000000000..2d1ff382a72f --- /dev/null +++ b/misc/gnomeutils/files/patch-po::Makefile.in.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- po/Makefile.in.in.orig Tue Jul 3 19:44:24 2001 ++++ po/Makefile.in.in Tue Jul 3 19:51:42 2001 +@@ -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 \ |