aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xcdroast
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 /sysutils/xcdroast
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 'sysutils/xcdroast')
-rw-r--r--sysutils/xcdroast/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/xcdroast/Makefile b/sysutils/xcdroast/Makefile
index 7066e637d550..c778fed06ce5 100644
--- a/sysutils/xcdroast/Makefile
+++ b/sysutils/xcdroast/Makefile
@@ -67,7 +67,9 @@ pre-everything::
@${ECHO_MSG} " wrapping utility which gets a SUID Bit after enabling"
@${ECHO_MSG} " the non-root mode inside the application!"
@${ECHO_MSG}
+. if !(defined(PACKAGE_BUILDING) || defined(BATCH))
sleep 5
+. endif
.endif
.include <bsd.port.mk>