pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk put SunOS back in _TOOLS_REPLACE_OPSYS.sed.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/92ec5111f0ac
branches:  trunk
changeset: 460047:92ec5111f0ac
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Aug 16 23:54:31 2003 +0000

description:
put SunOS back in _TOOLS_REPLACE_OPSYS.sed.

diffstat:

 mk/tools.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b675882a5c1b -r 92ec5111f0ac mk/tools.mk
--- a/mk/tools.mk       Sat Aug 16 23:49:27 2003 +0000
+++ b/mk/tools.mk       Sat Aug 16 23:54:31 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.6 2003/08/16 23:49:27 grant Exp $
+# $NetBSD: tools.mk,v 1.7 2003/08/16 23:54:31 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,7 +131,7 @@
 #
 _TOOLS_REPLACE_OPSYS.awk+=     SunOS-*-*
 _TOOLS_REPLACE_OPSYS.grep+=    SunOS-*-*
-_TOOLS_REPLACE_OPSYS.sed+=     # empty
+_TOOLS_REPLACE_OPSYS.sed+=     SunOS-*-*
 
 # These platforms have completely unusable versions of these tools, and
 # no suitable replacement is available.



Home | Main Index | Thread Index | Old Index