pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools Always use the test builtin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4352e22361ba
branches:  trunk
changeset: 531304:4352e22361ba
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jul 28 01:19:07 2007 +0000

description:
Always use the test builtin...

diffstat:

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

diffs (18 lines):

diff -r 6d3249a43eb6 -r 4352e22361ba mk/tools/tools.DragonFly.mk
--- a/mk/tools/tools.DragonFly.mk       Sat Jul 28 01:03:07 2007 +0000
+++ b/mk/tools/tools.DragonFly.mk       Sat Jul 28 01:19:07 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.DragonFly.mk,v 1.30 2007/06/19 17:01:12 joerg Exp $
+# $NetBSD: tools.DragonFly.mk,v 1.31 2007/07/28 01:19:07 joerg Exp $
 #
 # System-supplied tools for the DragonFly operating system.
 
@@ -79,7 +79,7 @@
 TOOLS_PLATFORM.tar?=           /usr/bin/tar
 TOOLS_PLATFORM.tbl?=           /usr/bin/tbl
 TOOLS_PLATFORM.tee?=           /usr/bin/tee
-TOOLS_PLATFORM.test?=          /bin/test
+TOOLS_PLATFORM.test?=          test
 TOOLS_PLATFORM.touch?=         /usr/bin/touch
 TOOLS_PLATFORM.tr?=            /usr/bin/tr
 TOOLS_PLATFORM.true?=          /usr/bin/true



Home | Main Index | Thread Index | Old Index