From b293d8fc5cf4f1df058593c859711ab63ae1e9be Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 16 Mar 2004 09:48:45 +0000 Subject: Fix locale file installation. Bump package revision because of that. --- x11/controlcenter/patches/patch-ad | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 x11/controlcenter/patches/patch-ad (limited to 'x11') 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 \ -- cgit v1.2.3