pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/controlcenter/patches Fix locale file installation...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bad59dbaae27
branches: trunk
changeset: 471044:bad59dbaae27
user: tron <tron%pkgsrc.org@localhost>
date: Tue Mar 16 09:48:45 2004 +0000
description:
Fix locale file installation. Bump package revision because of that.
diffstat:
x11/controlcenter/patches/patch-ad | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diffs (17 lines):
diff -r 6501492b2709 -r bad59dbaae27 x11/controlcenter/patches/patch-ad
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/controlcenter/patches/patch-ad Tue Mar 16 09:48:45 2004 +0000
@@ -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 \
Home |
Main Index |
Thread Index |
Old Index