pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/tools Use /usr/bin/unzip as unzip on Darwin.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8859807b5e7e
branches:  trunk
changeset: 522077:8859807b5e7e
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Dec 02 05:30:35 2006 +0000

description:
Use /usr/bin/unzip as unzip on Darwin.

diffstat:

 mk/tools/tools.Darwin.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 67eac1c64f90 -r 8859807b5e7e mk/tools/tools.Darwin.mk
--- a/mk/tools/tools.Darwin.mk  Sat Dec 02 05:06:33 2006 +0000
+++ b/mk/tools/tools.Darwin.mk  Sat Dec 02 05:30:35 2006 +0000
@@ -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.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



Home | Main Index | Thread Index | Old Index