summaryrefslogtreecommitdiff
path: root/mk/extract
diff options
context:
space:
mode:
authorryoon <ryoon>2012-10-06 22:16:08 +0000
committerryoon <ryoon>2012-10-06 22:16:08 +0000
commit56770e11db12435309cac318f61c68b176510a79 (patch)
treea6de356b8a9a641430a0149a247104e6beaa3547 /mk/extract
parentdf4f8398ff91e7547d877a6c6769a7777f94e43d (diff)
downloadpkgsrc-56770e11db12435309cac318f61c68b176510a79.tar.gz
Replace whitespace with tab.
Diffstat (limited to 'mk/extract')
-rw-r--r--mk/extract/extract.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/extract/extract.mk b/mk/extract/extract.mk
index a691cde0d68..3dd64907dcf 100644
--- a/mk/extract/extract.mk
+++ b/mk/extract/extract.mk
@@ -1,4 +1,4 @@
-# $NetBSD: extract.mk,v 1.35 2012/10/01 10:45:16 ryoon Exp $
+# $NetBSD: extract.mk,v 1.36 2012/10/06 22:16:08 ryoon Exp $
#
# The following variables may be set by the package Makefile and
# specify how extraction happens:
@@ -187,7 +187,7 @@ _EXTRACT_ENV+= ${TOOLS_UNRAR:D UNRAR=${TOOLS_UNRAR:Q}}
_EXTRACT_ENV+= ${TOOLS_UNZIP_CMD:D UNZIP_CMD=${TOOLS_UNZIP_CMD:Q}}
_EXTRACT_ENV+= ${TOOLS_UNZOO:D UNZOO=${TOOLS_UNZOO:Q}}
_EXTRACT_ENV+= ${TOOLS_XZCAT:D XZCAT=${TOOLS_XZCAT:Q}}
-_EXTRACT_ENV+= ${TOOLS_7ZA:D P7ZA=${TOOLS_7ZA:Q}}
+_EXTRACT_ENV+= ${TOOLS_7ZA:D P7ZA=${TOOLS_7ZA:Q}}
_EXTRACT_ENV+= ${EXTRACT_ENV}
.if !empty(EXTRACT_USING:Mbsdtar)