diff options
author | obache <obache@pkgsrc.org> | 2014-03-02 09:45:42 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-03-02 09:45:42 +0000 |
commit | 133f1d4bd492706fedcb0bd74ff1af77f2648786 (patch) | |
tree | 159e5ac28967abaeb6e25bd4d5509477c46a41d5 /mk/extract/extract.mk | |
parent | 8eaca8724f5977091ce0820f46a0bc6f6de21b91 (diff) | |
download | pkgsrc-133f1d4bd492706fedcb0bd74ff1af77f2648786.tar.gz |
Document EXTRACT_ENV
Diffstat (limited to 'mk/extract/extract.mk')
-rw-r--r-- | mk/extract/extract.mk | 5 |
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. # |