summaryrefslogtreecommitdiff
path: root/mk/extract
diff options
context:
space:
mode:
authorobache <obache>2013-04-12 12:38:14 +0000
committerobache <obache>2013-04-12 12:38:14 +0000
commita42689870283af25d5bc0a040ca01e83a13586e1 (patch)
treef88f4f41644f5fe341fe162e1f16b966b13c9602 /mk/extract
parent1b1aef52152d1b8c638974b88302c8178ce2c6fa (diff)
downloadpkgsrc-a42689870283af25d5bc0a040ca01e83a13586e1.tar.gz
tabify
Diffstat (limited to 'mk/extract')
-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