aboutsummaryrefslogtreecommitdiff
path: root/www/gtkhtml3/files/patch-po::Makefile.in.in
blob: 42f683d3e6992d77a317ee9eb0318f0ae3c982df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

$FreeBSD$

--- po/Makefile.in.in	2002/03/25 14:35:10	1.1
+++ po/Makefile.in.in	2002/03/25 14:35:35
@@ -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 \