diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-08 09:08:39 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-08 09:08:39 +0000 |
commit | d458fa5a98c59786cb67a2423a8d6524daea180b (patch) | |
tree | 49ede2328ec3ca2adff02472d376ffc238ba8a8a /mail/evolution/files/patch-po::Makefile.in.in | |
parent | Add p5-Metadata 0.24, perl implementation of Dublin Core compatible (diff) |
Update to 1.0.2.
PR: 34580
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Notes
Notes:
svn path=/head/; revision=54365
Diffstat (limited to 'mail/evolution/files/patch-po::Makefile.in.in')
-rw-r--r-- | mail/evolution/files/patch-po::Makefile.in.in | 20 |
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 f6aa43a9d474..85c5f9db34b6 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 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 \ |