diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2005-08-30 00:32:46 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2005-08-30 00:32:46 +0000 |
commit | 12ade7aa2b9bc4f0404bd262269d7b8c641c1e0a (patch) | |
tree | 129113546267d458550cbd1c4a26a381577ae3c6 /mk/tools | |
parent | 0b9ca6bca278e6cb4af4c8d488e942b944de0a30 (diff) | |
download | pkgsrc-12ade7aa2b9bc4f0404bd262269d7b8c641c1e0a.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/tools')
-rw-r--r-- | mk/tools/tools.SunOS.mk | 4 |
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 |