diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-07-20 20:17:07 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-07-20 20:17:07 +0800 |
commit | 82fcf5aaad00f3057ca668f9776ac843463daff1 (patch) | |
tree | ffd7e6fe90c0017f5bb59fd9b64206ea7129e87c /net-im/gnomeicu2/files | |
parent | ffb363ca76662ff66f06f2d44b728340c258b584 (diff) | |
download | freebsd-ports-gnome-82fcf5aaad00f3057ca668f9776ac843463daff1.tar.gz freebsd-ports-gnome-82fcf5aaad00f3057ca668f9776ac843463daff1.tar.zst freebsd-ports-gnome-82fcf5aaad00f3057ca668f9776ac843463daff1.zip |
Use USE_GNOMENG.
Diffstat (limited to 'net-im/gnomeicu2/files')
-rw-r--r-- | net-im/gnomeicu2/files/patch-po::Makefile.in.in | 18 |
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 \ |