summaryrefslogtreecommitdiff
path: root/net/gabber/files/patch-po::Makefile.in.in
blob: dd01626b17f3799e33e18f5fc399add885dedc75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$FreeBSD$

--- po/Makefile.in.in	2002/01/14 14:48:50	1.1
+++ po/Makefile.in.in	2002/01/14 14:49:01
@@ -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 \