svn commit: r362431 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Mon Jul 21 12:40:49 UTC 2014


Author: bapt
Date: Mon Jul 21 12:40:49 2014
New Revision: 362431
URL: http://svnweb.freebsd.org/changeset/ports/362431
QAT: https://qat.redports.org/buildarchive/r362431/

Log:
  Clean working directories earlier

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Mon Jul 21 12:35:35 2014	(r362430)
+++ head/Mk/bsd.port.mk	Mon Jul 21 12:40:49 2014	(r362431)
@@ -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 \
-				pre-extract pre-extract-script clean-wrkdir do-extract \
+				clean-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