summaryrefslogtreecommitdiff
path: root/mail/evolution/files/patch-po::Makefile.in.in
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-01-13 19:25:17 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-01-13 19:25:17 +0000
commit845c05afacd6588be1d69f720b3ef04414530234 (patch)
tree470f4119826f27795172e9480a129d1d6e2c80e3 /mail/evolution/files/patch-po::Makefile.in.in
parentUpdate to 1.0.1. (diff)
Update to 1.0.1.
PR: 33835 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Notes
Notes: svn path=/head/; revision=53023
Diffstat (limited to 'mail/evolution/files/patch-po::Makefile.in.in')
-rw-r--r--mail/evolution/files/patch-po::Makefile.in.in20
1 files changed, 10 insertions, 10 deletions
diff --git a/mail/evolution/files/patch-po::Makefile.in.in b/mail/evolution/files/patch-po::Makefile.in.in
index 52ce64727053..f6aa43a9d474 100644
--- a/mail/evolution/files/patch-po::Makefile.in.in
+++ b/mail/evolution/files/patch-po::Makefile.in.in
@@ -1,14 +1,14 @@
$FreeBSD$
---- po/Makefile.in.in 2001/11/20 13:17:31 1.1
-+++ po/Makefile.in.in 2001/11/20 13:17:42
-@@ -106,7 +106,7 @@
- @catalogs='$(CATALOGS)'; \
- for cat in $$catalogs; do \
- cat=`basename $$cat`; \
-- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
+--- 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)$$//'`; \
+ lang=`echo $$cat | sed 's/\.mo$$//'`; \
- dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
- if test -r $$cat; then \
+ dir=$$destdir/$$lang/LC_MESSAGES; \
+ if test -r "$(MKINSTALLDIRS)"; then \
+ $(MKINSTALLDIRS) $$dir; \