summaryrefslogtreecommitdiff
path: root/mail/evolution-devel/files/patch-po::Makefile.in.in
diff options
context:
space:
mode:
Diffstat (limited to 'mail/evolution-devel/files/patch-po::Makefile.in.in')
-rw-r--r--mail/evolution-devel/files/patch-po::Makefile.in.in20
1 files changed, 10 insertions, 10 deletions
diff --git a/mail/evolution-devel/files/patch-po::Makefile.in.in b/mail/evolution-devel/files/patch-po::Makefile.in.in
index f6aa43a9d474..85c5f9db34b6 100644
--- a/mail/evolution-devel/files/patch-po::Makefile.in.in
+++ b/mail/evolution-devel/files/patch-po::Makefile.in.in
@@ -1,14 +1,14 @@
$FreeBSD$
---- po/Makefile.in.in 2002/01/13 17:11:01 1.1
-+++ po/Makefile.in.in 2002/01/13 17:11:38
-@@ -125,7 +125,7 @@
- *.gmo) destdir=$(DESTDIR)$(gnulocaledir);; \
- *) destdir=$(DESTDIR)$(localedir);; \
- esac; \
-- lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
+--- po/Makefile.in.in.orig Thu Feb 7 14:34:39 2002
++++ po/Makefile.in.in Thu Feb 7 14:36:07 2002
+@@ -106,7 +106,7 @@
+ @catalogs='$(CATALOGS)'; \
+ for cat in $$catalogs; do \
+ cat=`basename $$cat`; \
+- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
+ lang=`echo $$cat | sed 's/\.mo$$//'`; \
- dir=$$destdir/$$lang/LC_MESSAGES; \
- if test -r "$(MKINSTALLDIRS)"; then \
- $(MKINSTALLDIRS) $$dir; \
+ dir=$(localedir)/$$lang/LC_MESSAGES; \
+ $(mkinstalldirs) $(DESTDIR)$$dir; \
+ if test -r $$cat; then \