mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
textproc/docbook-xml: explicitly use ${TAR} for extraction
Despite all 6 distribution files being zip archives, the extraction target is using a tar-specific set of arguments. USES=zip cannot be used (native or infozip) so explicitly require ${TAR} for future-proofing reasons. Approved by: Infrastructure blanket
This commit is contained in:
parent
aa348e2de4
commit
d5df0fe022
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355874
@ -33,7 +33,7 @@ do-extract:
|
||||
@${RM} -rf ${WRKDIR}
|
||||
@${MKDIR} ${WRKDIR}
|
||||
.for df in ${DISTFILES:C,:.*,,}
|
||||
@cd ${WRKDIR} && ${EXTRACT_CMD} \
|
||||
@cd ${WRKDIR} && ${TAR} \
|
||||
${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${df} \
|
||||
${EXTRACT_AFTER_ARGS} -s ,^,${df:R}/,
|
||||
.endfor
|
||||
|
Loading…
Reference in New Issue
Block a user