summaryrefslogtreecommitdiff
path: root/mail/balsa/files/patch-po::Makefile.in.in
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-11-07 08:51:15 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-11-07 08:51:15 +0000
commit381508fd8947b032ff6cdf52cf9c34d613917561 (patch)
tree16db6652c45a2c24bb4f89b0f4c35c0f47ccfe0e /mail/balsa/files/patch-po::Makefile.in.in
parent- Update to version 0.5 (diff)
Update to 1.2.3.
PR: 31680 Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
Diffstat (limited to 'mail/balsa/files/patch-po::Makefile.in.in')
-rw-r--r--mail/balsa/files/patch-po::Makefile.in.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/balsa/files/patch-po::Makefile.in.in b/mail/balsa/files/patch-po::Makefile.in.in
new file mode 100644
index 000000000000..4ef430113ba2
--- /dev/null
+++ b/mail/balsa/files/patch-po::Makefile.in.in
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- po/Makefile.in.in 2001/11/06 10:04:10 1.1
++++ po/Makefile.in.in 2001/11/06 10:04:27
+@@ -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 \