aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-03 23:21:23 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-03 23:21:23 +0000
commit44868c318948ee43924de91046089bcd9daaa192 (patch)
tree6aead6dd5613afca4ce0e63b2f43e460a6d0e6b1 /Mk/bsd.port.mk
parentcafecb3515fc26a000624465df8c2dc458e7b780 (diff)
downloadports-44868c318948ee43924de91046089bcd9daaa192.tar.gz
ports-44868c318948ee43924de91046089bcd9daaa192.zip
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 1a002e957883..6bd9fefc65eb 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -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