diff options
author | minskim <minskim@pkgsrc.org> | 2006-12-02 05:30:35 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-12-02 05:30:35 +0000 |
commit | 8890146bedc5497093734ee2c1dc0dccbf7e5a08 (patch) | |
tree | 39b3f58c09727a9d67126b0036a41610a109b082 /mk/tools | |
parent | c10b848660e22c82da865c18343c76b6684b6b83 (diff) | |
download | pkgsrc-8890146bedc5497093734ee2c1dc0dccbf7e5a08.tar.gz |
Use /usr/bin/unzip as unzip on Darwin.
Diffstat (limited to 'mk/tools')
-rw-r--r-- | mk/tools/tools.Darwin.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/tools/tools.Darwin.mk b/mk/tools/tools.Darwin.mk index eac90e979cb..006c42c3a7d 100644 --- a/mk/tools/tools.Darwin.mk +++ b/mk/tools/tools.Darwin.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.Darwin.mk,v 1.28 2006/10/15 01:31:23 minskim Exp $ +# $NetBSD: tools.Darwin.mk,v 1.29 2006/12/02 05:30:35 minskim Exp $ # # System-supplied tools for the Darwin (Mac OS X) operating system. @@ -88,6 +88,7 @@ TOOLS_PLATFORM.touch?= /usr/bin/touch TOOLS_PLATFORM.tr?= /usr/bin/tr TOOLS_PLATFORM.true?= true # shell builtin TOOLS_PLATFORM.tsort?= /usr/bin/tsort +TOOLS_PLATFORM.unzip?= /usr/bin/unzip TOOLS_PLATFORM.wc?= /usr/bin/wc .if exists(/usr/bin/wish) TOOLS_PLATFORM.wish?= /usr/bin/wish |