pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/tools Add back "gsoelim" as a NetBSD tool since it ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0fcf50de45e9
branches: trunk
changeset: 513151:0fcf50de45e9
user: jlam <jlam%pkgsrc.org@localhost>
date: Sun May 21 17:25:27 2006 +0000
description:
Add back "gsoelim" as a NetBSD tool since it supports "-I directory".
Mark this as merely "GNUish" in the comment so that we know it's not
really GNU soelim.
diffstat:
mk/tools/tools.NetBSD.mk | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r f2dc567e8c98 -r 0fcf50de45e9 mk/tools/tools.NetBSD.mk
--- a/mk/tools/tools.NetBSD.mk Sun May 21 17:09:53 2006 +0000
+++ b/mk/tools/tools.NetBSD.mk Sun May 21 17:25:27 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.NetBSD.mk,v 1.30 2006/05/21 16:57:07 jlam Exp $
+# $NetBSD: tools.NetBSD.mk,v 1.31 2006/05/21 17:25:27 jlam Exp $
#
# System-supplied tools for the NetBSD operating system.
@@ -34,7 +34,8 @@
.endif
TOOLS_PLATFORM.grep?= /usr/bin/grep
TOOLS_PLATFORM.groff?= /usr/bin/groff
-TOOLS_PLATFORM.gsed?= ${TOOLS_PLATFORM.sed} # GNUish
+TOOLS_PLATFORM.gsed?= ${TOOLS_PLATFORM.sed} # GNUish
+TOOLS_PLATFORM.gsoelim?= ${TOOLS_PLATFORM.soelim} # GNUish
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