summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-09-04 13:21:19 +0000
committerjoerg <joerg@pkgsrc.org>2009-09-04 13:21:19 +0000
commit31be0f11d1ea71e1b97782c7fb62c552d4309327 (patch)
treebd6fdfada4b163dab907fed7c928509fb02f275f
parentb85144bd4362bfb4e896c1e97cfb39e5eca48f50 (diff)
downloadpkgsrc-31be0f11d1ea71e1b97782c7fb62c552d4309327.tar.gz
Use unzip from base if it exists.
-rw-r--r--mk/tools/tools.NetBSD.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/tools/tools.NetBSD.mk b/mk/tools/tools.NetBSD.mk
index 06f201821ef..1d3ef114de9 100644
--- a/mk/tools/tools.NetBSD.mk
+++ b/mk/tools/tools.NetBSD.mk
@@ -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.tr?= /usr/bin/tr
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