summaryrefslogtreecommitdiff
path: root/mk/tools
diff options
context:
space:
mode:
authorobache <obache>2013-12-13 07:04:09 +0000
committerobache <obache>2013-12-13 07:04:09 +0000
commit540a5a0035c9b4875b08210405480868e99d3f7f (patch)
treecb7fadd0c27b759e79284a5783ef3d5e7c359aea /mk/tools
parent553b9e305dab2268a721853434f5bf6352183329 (diff)
downloadpkgsrc-540a5a0035c9b4875b08210405480868e99d3f7f.tar.gz
The unzip utility apprared in FreeBSD 8.0.
Diffstat (limited to 'mk/tools')
-rw-r--r--mk/tools/tools.FreeBSD.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/tools/tools.FreeBSD.mk b/mk/tools/tools.FreeBSD.mk
index f1d7ec49b4e..56375702f64 100644
--- a/mk/tools/tools.FreeBSD.mk
+++ b/mk/tools/tools.FreeBSD.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.FreeBSD.mk,v 1.38 2013/11/06 13:12:50 obache Exp $
+# $NetBSD: tools.FreeBSD.mk,v 1.39 2013/12/13 07:04:09 obache Exp $
#
# System-supplied tools for the FreeBSD operating system.
@@ -84,6 +84,9 @@ TOOLS_PLATFORM.touch?= /usr/bin/touch
TOOLS_PLATFORM.tr?= /usr/bin/tr
TOOLS_PLATFORM.true?= true # shell builtin
TOOLS_PLATFORM.tsort?= /usr/bin/tsort
+.if exists(/usr/bin/unzip)
+TOOLS_PLATFORM.unzip?= /usr/bin/unzip
+.endif
TOOLS_PLATFORM.wc?= /usr/bin/wc
TOOLS_PLATFORM.xargs?= /usr/bin/xargs
.if exists(/usr/bin/xz)