Sun Mar 2 09:45:42 2014 UTC ()
Document EXTRACT_ENV


(obache)
diff -r1.36 -r1.37 pkgsrc/mk/extract/extract.mk

cvs diff -r1.36 -r1.37 pkgsrc/mk/extract/extract.mk (expand / switch to unified diff)

--- pkgsrc/mk/extract/extract.mk 2012/10/06 22:16:08 1.36
+++ pkgsrc/mk/extract/extract.mk 2014/03/02 09:45:42 1.37
@@ -1,28 +1,31 @@ @@ -1,28 +1,31 @@
1# $NetBSD: extract.mk,v 1.36 2012/10/06 22:16:08 ryoon Exp $ 1# $NetBSD: extract.mk,v 1.37 2014/03/02 09:45:42 obache Exp $
2# 2#
3# The following variables may be set by the package Makefile and 3# The following variables may be set by the package Makefile and
4# specify how extraction happens: 4# specify how extraction happens:
5# 5#
6# EXTRACT_DIR 6# EXTRACT_DIR
7# The directory into which the files are extracted. 7# The directory into which the files are extracted.
8# 8#
9# Default value: ${WRKDIR} 9# Default value: ${WRKDIR}
10# 10#
11# EXTRACT_DIR.${file} 11# EXTRACT_DIR.${file}
12# The directory into which the file ${file} is extracted. 12# The directory into which the file ${file} is extracted.
13# 13#
14# Default: ${EXTRACT_DIR} 14# Default: ${EXTRACT_DIR}
15# 15#
 16# EXTRACT_ENV is the shell environment that is exported to the extract
 17# process.
 18#
16# EXTRACTOR is the the the environment and path used to execute the 19# EXTRACTOR is the the the environment and path used to execute the
17# all-purpose extract script. 20# all-purpose extract script.
18# 21#
19# EXTRACT_CMD is a shell command list that extracts the contents of 22# EXTRACT_CMD is a shell command list that extracts the contents of
20# an archive named by the variable ${DOWNLOADED_DISTFILE} to the 23# an archive named by the variable ${DOWNLOADED_DISTFILE} to the
21# current working directory. The default is ${EXTRACT_CMD_DEFAULT}. 24# current working directory. The default is ${EXTRACT_CMD_DEFAULT}.
22# 25#
23# EXTRACT_OPTS is a list of options to pass to the "extract" script 26# EXTRACT_OPTS is a list of options to pass to the "extract" script
24# when using EXTRACT_CMD_DEFAULT. See the comments at the head of 27# when using EXTRACT_CMD_DEFAULT. See the comments at the head of
25# the "extract" script for a definitive list of the available 28# the "extract" script for a definitive list of the available
26# options. The default list is empty. 29# options. The default list is empty.
27# 30#
28# EXTRACT_USING specifies the tool used to extract tar/ustar-format 31# EXTRACT_USING specifies the tool used to extract tar/ustar-format