summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2004-03-16 09:48:45 +0000
committertron <tron@pkgsrc.org>2004-03-16 09:48:45 +0000
commitfe2d140c262b6c42182d2220ff01028b286c7124 (patch)
treed4de7de0e5fc1f7eee1fbab8ef99234754c92e45 /x11
parent8c15ad6a4a4ac533c17b8d53d7d4f58ea3fdcaa3 (diff)
downloadpkgsrc-fe2d140c262b6c42182d2220ff01028b286c7124.tar.gz
Fix locale file installation. Bump package revision because of that.
Diffstat (limited to 'x11')
-rw-r--r--x11/controlcenter/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/controlcenter/patches/patch-ad b/x11/controlcenter/patches/patch-ad
new file mode 100644
index 00000000000..e0afa70d22b
--- /dev/null
+++ b/x11/controlcenter/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.5 2004/03/16 09:48:45 tron Exp $
+
+--- po/Makefile.in.in.orig Sun Feb 10 22:36:46 2002
++++ po/Makefile.in.in Tue Mar 16 10:14:36 2004
+@@ -106,7 +106,7 @@
+ @catalogs='$(CATALOGS)'; \
+ for cat in $$catalogs; do \
+ cat=`basename $$cat`; \
+- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
++ lang=`echo $$cat | sed -e 's/\.gmo$$//' -e 's/\.mo$$//'`; \
+ dir=$(localedir)/$$lang/LC_MESSAGES; \
+ $(mkinstalldirs) $(DESTDIR)$$dir; \
+ if test -r $$cat; then \