summaryrefslogtreecommitdiff
path: root/news/pan2/files/patch-po::Makefile.in.in
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-09-11 16:23:44 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-09-11 16:23:44 +0000
commit4f0e364f53a7337ec3385fa4e3ac8d5f2b065845 (patch)
treebf30331fa3b3e7eb67c9b9c7c39a5e8eb4851dd4 /news/pan2/files/patch-po::Makefile.in.in
parentfix package: (diff)
Update to 0.10.0.90.
Notes
Notes: svn path=/head/; revision=47690
Diffstat (limited to '')
-rw-r--r--news/pan2/files/patch-po::Makefile.in.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/news/pan2/files/patch-po::Makefile.in.in b/news/pan2/files/patch-po::Makefile.in.in
new file mode 100644
index 000000000000..216e106f2297
--- /dev/null
+++ b/news/pan2/files/patch-po::Makefile.in.in
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- po/Makefile.in.in 2001/09/11 16:16:39 1.1
++++ po/Makefile.in.in 2001/09/11 16:16:49
+@@ -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 \