diff options
Diffstat (limited to 'mail/evolution-devel/files/patch-po::Makefile.in.in')
-rw-r--r-- | mail/evolution-devel/files/patch-po::Makefile.in.in | 20 |
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 52ce64727053..f6aa43a9d474 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 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; \ |