pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools Use unzip from base if it exists.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/04099b6e923c
branches:  trunk
changeset: 398614:04099b6e923c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Sep 04 13:21:19 2009 +0000

description:
Use unzip from base if it exists.

diffstat:

 mk/tools/tools.NetBSD.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r ff5efb847de3 -r 04099b6e923c mk/tools/tools.NetBSD.mk
--- a/mk/tools/tools.NetBSD.mk  Fri Sep 04 12:32:18 2009 +0000
+++ b/mk/tools/tools.NetBSD.mk  Fri Sep 04 13:21:19 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.NetBSD.mk,v 1.41 2008/05/22 20:11:55 joerg Exp $
+# $NetBSD: tools.NetBSD.mk,v 1.42 2009/09/04 13:21:19 joerg Exp $
 #
 # System-supplied tools for the NetBSD operating system.
 
@@ -114,6 +114,9 @@
 TOOLS_PLATFORM.true?=          true                    # shell builtin
 TOOLS_PLATFORM.tsort?=         /usr/bin/tsort
 TOOLS_PLATFORM.wc?=            /usr/bin/wc
+.if exists(/usr/bin/unzip)
+TOOLS_PLATFORM.unzip?=         /usr/bin/unzip
+.endif
 TOOLS_PLATFORM.xargs?=         /usr/bin/xargs
 .if exists(/usr/bin/xgettext)
 TOOLS_PLATFORM.xgettext?=      /usr/bin/xgettext



Home | Main Index | Thread Index | Old Index