pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools NetBSD actually doesn't have GNU soelim, but ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/56b0d50d7697
branches:  trunk
changeset: 513147:56b0d50d7697
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun May 21 16:57:07 2006 +0000

description:
NetBSD actually doesn't have GNU soelim, but rather BSD soelim.

diffstat:

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

diffs (17 lines):

diff -r 7524b2da3be7 -r 56b0d50d7697 mk/tools/tools.NetBSD.mk
--- a/mk/tools/tools.NetBSD.mk  Sun May 21 16:55:21 2006 +0000
+++ b/mk/tools/tools.NetBSD.mk  Sun May 21 16:57:07 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.NetBSD.mk,v 1.29 2006/05/21 16:55:23 jlam Exp $
+# $NetBSD: tools.NetBSD.mk,v 1.30 2006/05/21 16:57:07 jlam Exp $
 #
 # System-supplied tools for the NetBSD operating system.
 
@@ -35,7 +35,6 @@
 TOOLS_PLATFORM.grep?=          /usr/bin/grep
 TOOLS_PLATFORM.groff?=         /usr/bin/groff
 TOOLS_PLATFORM.gsed?=          ${TOOLS_PLATFORM.sed}   # GNUish
-TOOLS_PLATFORM.gsoelim?=       ${TOOLS_PLATFORM.soelim}
 TOOLS_PLATFORM.gunzip?=                /usr/bin/gunzip -f
 TOOLS_PLATFORM.gzcat?=         /usr/bin/gzcat
 TOOLS_PLATFORM.gzip?=          /usr/bin/gzip -nf ${GZIP}



Home | Main Index | Thread Index | Old Index