From d458fa5a98c59786cb67a2423a8d6524daea180b Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Fri, 8 Feb 2002 09:08:39 +0000 Subject: Update to 1.0.2. PR: 34580 Submitted by: Joe Marcus Clarke --- mail/evolution/files/patch-po::Makefile.in.in | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'mail/evolution/files/patch-po::Makefile.in.in') 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 \ -- cgit v1.2.3