diff options
author | hans <hans@pkgsrc.org> | 2011-07-15 15:33:15 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2011-07-15 15:33:15 +0000 |
commit | e12af38b0f7566902419eedd2e2895da836cdc2c (patch) | |
tree | be3c4b0e932ec7e027232756f59b3555118b56c3 /mk | |
parent | f9a33e7dd4b09aed77278ae4ea79a7e6135d80f9 (diff) | |
download | pkgsrc-e12af38b0f7566902419eedd2e2895da836cdc2c.tar.gz |
Fix soelim tool definition for SunOS.
Diffstat (limited to 'mk')
-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 223eb47688e..f6fe0b70069 100644 --- a/mk/tools/tools.SunOS.mk +++ b/mk/tools/tools.SunOS.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.SunOS.mk,v 1.30 2008/09/11 23:00:31 adrianp Exp $ +# $NetBSD: tools.SunOS.mk,v 1.31 2011/07/15 15:33:15 hans Exp $ # # System-supplied tools for the Solaris operating system. # @@ -97,7 +97,7 @@ TOOLS_PLATFORM.sdiff?= /usr/bin/sdiff TOOLS_PLATFORM.sh?= /bin/ksh TOOLS_PLATFORM.sleep?= /bin/sleep .if exists(/usr/bin/soelim) -TOOLS_PLATFORM.tbl?= /usr/bin/soelim +TOOLS_PLATFORM.soelim?= /usr/bin/soelim .endif TOOLS_PLATFORM.sort?= /usr/bin/sort TOOLS_PLATFORM.strip?= /usr/ccs/bin/strip |