pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Assume NetBSD's sed is good enough.
details: https://anonhg.NetBSD.org/pkgsrc/rev/77b99644947d
branches: trunk
changeset: 465844:77b99644947d
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Jan 07 00:12:19 2004 +0000
description:
Assume NetBSD's sed is good enough.
If problems arise, we can always remove it later.
jlam@ agrees (see tech-pkg).
diffstat:
mk/tools.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ea43c6649212 -r 77b99644947d mk/tools.mk
--- a/mk/tools.mk Tue Jan 06 23:00:51 2004 +0000
+++ b/mk/tools.mk Wed Jan 07 00:12:19 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.18 2003/12/23 01:38:12 grant Exp $
+# $NetBSD: tools.mk,v 1.19 2004/01/07 00:12:19 wiz Exp $
#
# This Makefile creates a ${TOOLS_DIR} directory and populates the bin
# subdir with tools that hide the ones outside of ${TOOLS_DIR}.
@@ -132,7 +132,7 @@
_TOOLS_OPSYS_HAS_GNU.grep+= NetBSD-*-* OpenBSD-*-*
_TOOLS_OPSYS_HAS_GNU.m4+= # empty
_TOOLS_OPSYS_HAS_GNU.make+= Darwin-*-*
-_TOOLS_OPSYS_HAS_GNU.sed+= Linux-*-*
+_TOOLS_OPSYS_HAS_GNU.sed+= Linux-*-* NetBSD-*-*
# These platforms have GNUish versions of the tools available in the base
# system, which we already define as ${AWK}, ${SED}, etc. (refer to
Home |
Main Index |
Thread Index |
Old Index