summaryrefslogtreecommitdiff
path: root/net-im/gnomeicu2/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-07-20 12:17:07 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-07-20 12:17:07 +0000
commit2bad28a773e68986003f12fc9e02a3984ccf9cf5 (patch)
tree39369a6e5d268475a3f22405ec99d00605463e3b /net-im/gnomeicu2/files
parentUse USE_REINPLACE and REINPLACE_CMD rather than implicitly depend on Perl. (diff)
Use USE_GNOMENG.
Diffstat (limited to 'net-im/gnomeicu2/files')
-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 \