svn commit: r362433 - head/Mk
Baptiste Daroussin
bapt at FreeBSD.org
Mon Jul 21 13:00:38 UTC 2014
Author: bapt
Date: Mon Jul 21 13:00:37 2014
New Revision: 362433
URL: http://svnweb.freebsd.org/changeset/ports/362433
QAT: https://qat.redports.org/buildarchive/r362433/
Log:
Make sure to create the WRKDIR even is do-extract is define in the port Makefile
Modified:
head/Mk/bsd.port.mk
Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk Mon Jul 21 12:55:41 2014 (r362432)
+++ head/Mk/bsd.port.mk Mon Jul 21 13:00:37 2014 (r362433)
@@ -3489,7 +3489,7 @@ clean-wrkdir:
@${RM} -rf ${WRKDIR}
.if !target(do-extract)
-do-extract: clean-wrkdir ${WRKDIR}
+do-extract:
@for file in ${EXTRACT_ONLY}; do \
if ! (cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$$file ${EXTRACT_AFTER_ARGS});\
then \
@@ -6383,7 +6383,7 @@ _FETCH_SEQ= fetch-depends pre-fetch pre
do-fetch fetch-specials post-fetch post-fetch-script
_EXTRACT_DEP= fetch
_EXTRACT_SEQ= check-build-conflicts extract-message checksum extract-depends \
- clean-wrkdir pre-extract pre-extract-script do-extract \
+ clean-wrkdir ${WRKDIR} pre-extract pre-extract-script do-extract \
post-extract post-extract-script
_PATCH_DEP= extract
_PATCH_SEQ= ask-license patch-message patch-depends pathfix dos2unix fix-shebang \
More information about the svn-ports-all
mailing list