summaryrefslogtreecommitdiff
path: root/mk/extract/extract.mk
diff options
context:
space:
mode:
authorobache <obache>2014-03-02 09:45:42 +0000
committerobache <obache>2014-03-02 09:45:42 +0000
commit2cd92417dc091ad3071fd4fc70b7f49c88995d5a (patch)
tree159e5ac28967abaeb6e25bd4d5509477c46a41d5 /mk/extract/extract.mk
parentc3f0d4a451bc0fa45d063801d806fe21b54eb217 (diff)
downloadpkgsrc-2cd92417dc091ad3071fd4fc70b7f49c88995d5a.tar.gz
Document EXTRACT_ENV
Diffstat (limited to 'mk/extract/extract.mk')
-rw-r--r--mk/extract/extract.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/extract/extract.mk b/mk/extract/extract.mk
index 3dd64907dcf..f23b7efaae0 100644
--- a/mk/extract/extract.mk
+++ b/mk/extract/extract.mk
@@ -1,4 +1,4 @@
-# $NetBSD: extract.mk,v 1.36 2012/10/06 22:16:08 ryoon Exp $
+# $NetBSD: extract.mk,v 1.37 2014/03/02 09:45:42 obache Exp $
#
# The following variables may be set by the package Makefile and
# specify how extraction happens:
@@ -13,6 +13,9 @@
#
# Default: ${EXTRACT_DIR}
#
+# EXTRACT_ENV is the shell environment that is exported to the extract
+# process.
+#
# EXTRACTOR is the the the environment and path used to execute the
# all-purpose extract script.
#