Files
pkgsrc-ng/sysutils/gnome-power-manager/patches/patch-ab
2013-09-26 17:14:40 +02:00

14 lines
408 B
Plaintext

$NetBSD: patch-ab,v 1.1.1.1 2008/11/24 13:05:45 jmcneill Exp $
--- po/Makefile.in.in.orig 2008-09-22 16:46:03.000000000 -0400
+++ po/Makefile.in.in
@@ -82,7 +82,7 @@ CATALOGS=$(shell LINGUAS="$(USE_LINGUAS)
.po.gmo:
file=`echo $* | sed 's,.*/,,'`.gmo \
- && rm -f $$file && $(GMSGFMT) -o $$file $<
+ && rm -f $$file && $(MSGFMT) -o $$file $<
.po.cat:
sed -f ../intl/po2msg.sed < $< > $*.msg \