pkgsrc/mk/extract
schwarz ffe01c2d57 it is not necessary to have a variable _EXTRACT_PATTERNS that contains
${EXTRACT_SUFX}, so one can directly use EXTRACT_ONLY instead.
EXTRACT_ONLY defaults to ${DISTFILES} which in turn defaults to
${DISTNAME}${EXTRACT_SUFX}. So if EXTRACT_SUFX is relevant for determining
which tools are needed this can only happen if neither DISTFILES nor
EXTRACT_ONLY have been set by the package, in which case the relevant
variable EXTRACT_ONLY would contain EXTRACT_SUFX.
2006-08-19 20:32:28 +00:00
..
bsd.extract-vars.mk it is not necessary to have a variable _EXTRACT_PATTERNS that contains 2006-08-19 20:32:28 +00:00
bsd.extract.mk
extract
extract.mk After auditing all the packages the ensure that they never invoke the 2006-07-27 13:47:29 +00:00