aboutsummaryrefslogtreecommitdiff
path: root/net-im/gnomeicu2/files/patch-po::Makefile.in.in
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/gnomeicu2/files/patch-po::Makefile.in.in')
-rw-r--r--net-im/gnomeicu2/files/patch-po::Makefile.in.in18
1 files changed, 6 insertions, 12 deletions
diff --git a/net-im/gnomeicu2/files/patch-po::Makefile.in.in b/net-im/gnomeicu2/files/patch-po::Makefile.in.in
index eb27fe3afb48..62a7c83e66ea 100644
--- a/net-im/gnomeicu2/files/patch-po::Makefile.in.in
+++ b/net-im/gnomeicu2/files/patch-po::Makefile.in.in
@@ -1,20 +1,14 @@
---- po/Makefile.in.in.orig Sun Dec 23 17:47:08 2001
-+++ po/Makefile.in.in Fri Dec 28 15:46:57 2001
-@@ -23,7 +23,7 @@
- prefix = @prefix@
- exec_prefix = @exec_prefix@
- datadir = @datadir@
--localedir = $(datadir)/locale
-+localedir = $(prefix)/share/locale
- gettextsrcdir = $(datadir)/gettext/po
-
- INSTALL = @INSTALL@
+
+$FreeBSD$
+
+--- po/Makefile.in.in 2002/07/20 11:41:22 1.1
++++ po/Makefile.in.in 2002/07/20 11:41:34
@@ -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/\.g?mo$$//'`; \
++ lang=`echo $$cat | sed 's/\.mo$$//'`; \
dir=$(localedir)/$$lang/LC_MESSAGES; \
$(mkinstalldirs) $(DESTDIR)$$dir; \
if test -r $$cat; then \