svn commit: r338595 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Fri Jan 3 23:21:24 UTC 2014


Author: bapt
Date: Fri Jan  3 23:21:23 2014
New Revision: 338595
URL: http://svnweb.freebsd.org/changeset/ports/338595

Log:
  extract-message target definition was moved by mistake

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Fri Jan  3 23:18:53 2014	(r338594)
+++ head/Mk/bsd.port.mk	Fri Jan  3 23:21:23 2014	(r338595)
@@ -4256,6 +4256,8 @@ security-check:
 # call the necessary targets/scripts.
 ################################################################
 
+extract-message:
+	@${ECHO_MSG} "===>  Extracting for ${PKGNAME}"
 patch-message:
 	@${ECHO_MSG} "===>  Patching for ${PKGNAME}"
 configure-message:
@@ -6598,8 +6600,6 @@ ${${target:U}_COOKIE}::
 
 .endfor
 
-extract-message:
-	@${ECHO_MSG} "===>  Extracting for ${PKGNAME}"
 .if !target(check-sanity)
 check-sanity: ${_SANITY_REAL_SEQ}
 .endif


More information about the svn-ports-all mailing list