pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools /usr/xpg4/bin/sed is actually not good enough...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/215bf90da2cc
branches:  trunk
changeset: 493106:215bf90da2cc
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Apr 27 15:58:18 2005 +0000

description:
/usr/xpg4/bin/sed is actually not good enough for pkgsrc, so don't list
it as a system-supplied sed.

diffstat:

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

diffs (17 lines):

diff -r eb7a48964dc5 -r 215bf90da2cc mk/tools/tools.SunOS.mk
--- a/mk/tools/tools.SunOS.mk   Wed Apr 27 15:36:26 2005 +0000
+++ b/mk/tools/tools.SunOS.mk   Wed Apr 27 15:58:18 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.SunOS.mk,v 1.1 2005/04/27 15:28:16 jlam Exp $
+# $NetBSD: tools.SunOS.mk,v 1.2 2005/04/27 15:58:18 jlam Exp $
 #
 # System-supplied tools for the Solaris operating system.
 
@@ -46,7 +46,6 @@
 PLATFORM_TOOL.pwd?=            /bin/pwd
 PLATFORM_TOOL.rm?=             /usr/bin/rm
 PLATFORM_TOOL.rmdir?=          /usr/bin/rmdir
-PLATFORM_TOOL.sed?=            /usr/xpg4/bin/sed
 PLATFORM_TOOL.sh?=             /bin/ksh
 PLATFORM_TOOL.sort?=           /usr/bin/sort
 PLATFORM_TOOL.tail?=           /usr/xpg4/bin/tail



Home | Main Index | Thread Index | Old Index