pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools use /usr/xpg4/bin/tr instead of /usr/bin/tr



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e0c520c82915
branches:  trunk
changeset: 498473:e0c520c82915
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Tue Aug 23 12:52:59 2005 +0000

description:
use /usr/xpg4/bin/tr instead of /usr/bin/tr

diffstat:

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

diffs (18 lines):

diff -r c3c4a38330f8 -r e0c520c82915 mk/tools/tools.SunOS.mk
--- a/mk/tools/tools.SunOS.mk   Tue Aug 23 12:44:54 2005 +0000
+++ b/mk/tools/tools.SunOS.mk   Tue Aug 23 12:52:59 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.SunOS.mk,v 1.18 2005/07/31 05:24:52 grant Exp $
+# $NetBSD: tools.SunOS.mk,v 1.19 2005/08/23 12:52:59 dmcmahill Exp $
 #
 # System-supplied tools for the Solaris operating system.
 
@@ -74,7 +74,7 @@
 TOOLS_PLATFORM.tee?=           /usr/bin/tee
 TOOLS_PLATFORM.test?=          test                    # shell builtin
 TOOLS_PLATFORM.touch?=         /usr/bin/touch
-TOOLS_PLATFORM.tr?=            /usr/bin/tr
+TOOLS_PLATFORM.tr?=            /usr/xpg4/bin/tr
 TOOLS_PLATFORM.true?=          /usr/bin/true
 TOOLS_PLATFORM.tsort?=         /usr/ccs/bin/tsort
 TOOLS_PLATFORM.wc?=            /usr/bin/wc



Home | Main Index | Thread Index | Old Index