aboutsummaryrefslogtreecommitdiff
path: root/comms/qpage
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-04-25 22:00:04 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-04-25 22:00:04 +0000
commitb4b1816b21d7e3ede5459e39c207b650e9bdb9ba (patch)
tree877f83651fc08a9e89b2786d39a927b386e1f64a /comms/qpage
parente434336ced567ed2e12c45daddd1c31999bbf9de (diff)
downloadports-b4b1816b21d7e3ede5459e39c207b650e9bdb9ba.tar.gz
ports-b4b1816b21d7e3ede5459e39c207b650e9bdb9ba.zip
Only sleep in ports if BATCH/PACKAGE_BUILDING are not defined.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=468307
Diffstat (limited to 'comms/qpage')
-rw-r--r--comms/qpage/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/qpage/Makefile b/comms/qpage/Makefile
index 7442d0c016b6..cc7497149ad4 100644
--- a/comms/qpage/Makefile
+++ b/comms/qpage/Makefile
@@ -50,7 +50,9 @@ pre-patch:
@${ECHO_MSG} ""
@${ECHO_MSG} "Press ^C now to stop the build and set make options."
@${ECHO_MSG} "You may find it necessary to 'make clean' before restarting the build."
+. if !(defined(PACKAGE_BUILDING) || defined(BATCH))
@sleep 2
+. endif
.endif
post-patch: