aboutsummaryrefslogtreecommitdiff
path: root/mail/evolution-devel/files/patch-po::Makefile.in.in
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-09-11 18:14:12 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-09-11 18:14:12 +0000
commite8bd479404c634e8c48cb249c7199d27e9d2f9cf (patch)
tree5972518c611254a3e5d9d6cfaa2a85700bc5585b /mail/evolution-devel/files/patch-po::Makefile.in.in
parentf00b35b3472d4ac5490bbd7809ddabf4d92cd0fb (diff)
downloadports-e8bd479404c634e8c48cb249c7199d27e9d2f9cf.tar.gz
ports-e8bd479404c634e8c48cb249c7199d27e9d2f9cf.zip
Notes
Diffstat (limited to 'mail/evolution-devel/files/patch-po::Makefile.in.in')
-rw-r--r--mail/evolution-devel/files/patch-po::Makefile.in.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/evolution-devel/files/patch-po::Makefile.in.in b/mail/evolution-devel/files/patch-po::Makefile.in.in
new file mode 100644
index 000000000000..f2ce380397ca
--- /dev/null
+++ b/mail/evolution-devel/files/patch-po::Makefile.in.in
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- po/Makefile.in.in 2001/09/11 17:20:57 1.1
++++ po/Makefile.in.in 2001/09/11 17:21:24
+@@ -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 \