diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-20 14:20:03 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-20 14:20:03 +0000 |
commit | 4dc189f66235488baba6c924573e94a74e196f8f (patch) | |
tree | 5154c4b6c63833890a1bac217c60518b969d6796 /mail/evolution/files/patch-po::Makefile.in.in | |
parent | Update to 0.16.1. (diff) |
Update to 0.99.2.
Notes
Notes:
svn path=/head/; revision=50261
Diffstat (limited to 'mail/evolution/files/patch-po::Makefile.in.in')
-rw-r--r-- | mail/evolution/files/patch-po::Makefile.in.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/evolution/files/patch-po::Makefile.in.in b/mail/evolution/files/patch-po::Makefile.in.in new file mode 100644 index 000000000000..52ce64727053 --- /dev/null +++ b/mail/evolution/files/patch-po::Makefile.in.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- po/Makefile.in.in 2001/11/20 13:17:31 1.1 ++++ po/Makefile.in.in 2001/11/20 13:17:42 +@@ -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 \ |