summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-04-12 12:38:14 +0000
committerobache <obache@pkgsrc.org>2013-04-12 12:38:14 +0000
commit436d076f86cdde394531769320cc73d704cbf702 (patch)
treef88f4f41644f5fe341fe162e1f16b966b13c9602 /mk
parent172b655aba7d935f4cc5d4e3cdac80de55ddc640 (diff)
downloadpkgsrc-436d076f86cdde394531769320cc73d704cbf702.tar.gz
tabify
Diffstat (limited to 'mk')
-rw-r--r--mk/extract/bsd.extract-vars.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/extract/bsd.extract-vars.mk b/mk/extract/bsd.extract-vars.mk
index 8d68ac04e3f..6350ba1a232 100644
--- a/mk/extract/bsd.extract-vars.mk
+++ b/mk/extract/bsd.extract-vars.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.extract-vars.mk,v 1.14 2012/10/01 10:45:16 ryoon Exp $
+# $NetBSD: bsd.extract-vars.mk,v 1.15 2013/04/12 12:38:14 obache Exp $
#
# This Makefile fragment is included separately by bsd.pkg.mk and
# defines some variables which must be defined earlier than where
@@ -84,6 +84,6 @@ USE_TOOLS+= rpm2pkg
USE_TOOLS+= gem
.endif
.if !empty(EXTRACT_ONLY:M*.7z)
-USE_TOOLS+= 7za
+USE_TOOLS+= 7za
.endif