pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk NetBSD 2.0 and above does not have GNU awk, make it...
details: https://anonhg.NetBSD.org/pkgsrc/rev/81a6d989cc4e
branches: trunk
changeset: 476601:81a6d989cc4e
user: grant <grant%pkgsrc.org@localhost>
date: Tue Jun 15 13:41:43 2004 +0000
description:
NetBSD 2.0 and above does not have GNU awk, make it so.
diffstat:
mk/tools.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r cf5cf9751f58 -r 81a6d989cc4e mk/tools.mk
--- a/mk/tools.mk Tue Jun 15 13:35:20 2004 +0000
+++ b/mk/tools.mk Tue Jun 15 13:41:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.34 2004/04/27 21:05:38 dmcmahill Exp $
+# $NetBSD: tools.mk,v 1.35 2004/06/15 13:41:43 grant Exp $
#
# This Makefile creates a ${TOOLS_DIR} directory and populates the bin
# subdir with tools that hide the ones outside of ${TOOLS_DIR}.
@@ -131,8 +131,8 @@
# system, so no need to pull in the pkgsrc versions; we will use these
# instead.
#
-_TOOLS_OPSYS_HAS_GNU.awk+= FreeBSD-*-* Interix-*-* Linux-*-* NetBSD-*-*
-_TOOLS_OPSYS_HAS_GNU.awk+= OpenBSD-*-*
+_TOOLS_OPSYS_HAS_GNU.awk+= FreeBSD-*-* Interix-*-* Linux-*-* OpenBSD-*-*
+_TOOLS_OPSYS_HAS_GNU.awk+= NetBSD-1.[0-6]*-*
_TOOLS_OPSYS_HAS_GNU.grep+= Darwin-*-* FreeBSD-*-* Linux-*-*
_TOOLS_OPSYS_HAS_GNU.grep+= NetBSD-*-* OpenBSD-*-*
_TOOLS_OPSYS_HAS_GNU.lex+= FreeBSD-*-* Interix-*-* Linux-*-* NetBSD-*-*
Home |
Main Index |
Thread Index |
Old Index