summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2005-08-30 00:32:46 +0000
committerdmcmahill <dmcmahill>2005-08-30 00:32:46 +0000
commit02279112abb56e55a4a70fd10265d860fcbd619d (patch)
tree129113546267d458550cbd1c4a26a381577ae3c6 /mk
parent6b393ab5b3c052de7f992a217cbf490425d477b5 (diff)
downloadpkgsrc-02279112abb56e55a4a70fd10265d860fcbd619d.tar.gz
revert to /usr/bin/tr per an email from Grant. Seems /usr/xpg4/bin/tr
has enough problems of its own.
Diffstat (limited to 'mk')
-rw-r--r--mk/tools/tools.SunOS.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools/tools.SunOS.mk b/mk/tools/tools.SunOS.mk
index e94a626e170..de3ade52a71 100644
--- a/mk/tools/tools.SunOS.mk
+++ b/mk/tools/tools.SunOS.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.SunOS.mk,v 1.19 2005/08/23 12:52:59 dmcmahill Exp $
+# $NetBSD: tools.SunOS.mk,v 1.20 2005/08/30 00:32:46 dmcmahill Exp $
#
# System-supplied tools for the Solaris operating system.
@@ -74,7 +74,7 @@ TOOLS_PLATFORM.tbl?= /usr/bin/tbl
TOOLS_PLATFORM.tee?= /usr/bin/tee
TOOLS_PLATFORM.test?= test # shell builtin
TOOLS_PLATFORM.touch?= /usr/bin/touch
-TOOLS_PLATFORM.tr?= /usr/xpg4/bin/tr
+TOOLS_PLATFORM.tr?= /usr/bin/tr
TOOLS_PLATFORM.true?= /usr/bin/true
TOOLS_PLATFORM.tsort?= /usr/ccs/bin/tsort
TOOLS_PLATFORM.wc?= /usr/bin/wc