mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
416 B
Plaintext
14 lines
416 B
Plaintext
$NetBSD: patch-aa,v 1.1.1.1 2012/03/19 22:48:15 markd Exp $
|
|
|
|
--- po/is/Makefile.in.orig 2005-09-17 18:09:57.000000000 +0200
|
|
+++ po/is/Makefile.in
|
|
@@ -663,7 +663,7 @@ KDE_DIST=libkipi.po Makefile.in Makefile
|
|
#>+ 4
|
|
libkipi.gmo: libkipi.po
|
|
rm -f libkipi.gmo; $(GMSGFMT) -o libkipi.gmo $(srcdir)/libkipi.po
|
|
- test ! -f libkipi.gmo || touch libkipi.gmo
|
|
+ test -f libkipi.gmo || touch libkipi.gmo
|
|
|
|
#>+ 3
|
|
clean-nls:
|