summaryrefslogtreecommitdiffstats
path: root/mail/evolution-devel/files/patch-po::Makefile.in.in
blob: 650f3f04c217a018f3c256904eb4013714224306 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

$FreeBSD: ports/mail/evolution/files/patch-po::Makefile.in.in,v 1.7 2002/05/12 04:20:04 marcus Exp $

--- 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=$(localedir)/$$lang/LC_MESSAGES; \
      $(mkinstalldirs) $(DESTDIR)$$dir; \
      if test -r $$cat; then \