summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2005-08-23 12:52:59 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2005-08-23 12:52:59 +0000
commit410296adc6a7eb150bb38cd803e471f0aabe6f71 (patch)
treee8fa83f2b70e68c2e71c6130b3da04db61b8aee2 /mk
parentec870a3e7d04f8595f2e9887ab9e0a1b1f9adc20 (diff)
downloadpkgsrc-410296adc6a7eb150bb38cd803e471f0aabe6f71.tar.gz
use /usr/xpg4/bin/tr instead of /usr/bin/tr
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 d5dfc3b54ac..e94a626e170 100644
--- a/mk/tools/tools.SunOS.mk
+++ b/mk/tools/tools.SunOS.mk
@@ -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.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/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