pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/xmlcatmgr Use a GNU awk, so that this creates...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e0ac3ca3ed40
branches:  trunk
changeset: 464143:e0ac3ca3ed40
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Thu Dec 04 04:35:25 2003 +0000

description:
Use a GNU awk, so that this creates the files correctly.
Pointed out by Bas van Oostveen in PR pkg/23514.

diffstat:

 textproc/xmlcatmgr/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6821788327bb -r e0ac3ca3ed40 textproc/xmlcatmgr/Makefile
--- a/textproc/xmlcatmgr/Makefile       Thu Dec 04 04:33:19 2003 +0000
+++ b/textproc/xmlcatmgr/Makefile       Thu Dec 04 04:35:25 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/10/13 12:12:57 jmmv Exp $
+# $NetBSD: Makefile,v 1.10 2003/12/04 04:35:25 jschauma Exp $
 #
 
 DISTNAME=      xmlcatmgr-1.1
@@ -11,6 +11,7 @@
 
 USE_BUILDLINK2=        YES
 USE_PKGINSTALL=        YES
+USE_GNU_TOOLS= awk
 
 MAKEFILE=      Makefile.boot
 MAKE_ENV+=     BT_PREFIX="${PREFIX}"



Home | Main Index | Thread Index | Old Index