aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-11-09 15:54:03 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-11-09 15:54:03 +0000
commitb8b878a21958fff343d468b7b2d00eb17a4f003b (patch)
treeef2536a419e37fc359fad43f1307c32fab5f63c4 /Mk
parent3fc4ea8aaf3e57df14c883605a009318259220cc (diff)
downloadports-b8b878a21958fff343d468b7b2d00eb17a4f003b.tar.gz
ports-b8b878a21958fff343d468b7b2d00eb17a4f003b.zip
Notes
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 9068aa560cf6..664ff8001875 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -5047,6 +5047,9 @@ check-orphans: check-plist
stage-qa:
@${ECHO_MSG} "====> Running Q/A tests (stage-qa)"
@${SETENV} ${QA_ENV} ${SH} ${SCRIPTSDIR}/qa.sh
+.if !defined(DEVELOPER)
+ @${ECHO_MSG} "/!\\ To run stage-qa automatically add DEVELOPER=yes to your environment /!\\"
+.endif
.endif
# Fake installation of package so that user can pkg delete it later.
@@ -5728,6 +5731,8 @@ _STAGE_SEQ= 050:stage-message 100:stage-dir 150:run-depends \
${_OPTIONS_stage} ${_USES_stage}
.if defined(DEVELOPER)
_STAGE_SEQ+= 995:stage-qa
+.else
+stage-qa: stage
.endif
_TEST_DEP= stage
_TEST_SEQ= 100:test-message 150:test-depends 300:pre-test 500:do-test \