Do not show dialog messagebox if BATCH is set.
Submitted by: brian
This commit is contained in:
parent
28401b7b38
commit
be8e5d7ed5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124237
@ -73,8 +73,10 @@ PYCRONPATH= subsystem/logger/bin/logengine.py \
|
||||
IGNORE= This port requires perl 5.6 or newer
|
||||
.endif
|
||||
|
||||
.if !defined(BATCH)
|
||||
pre-everything::
|
||||
@${DIALOG} --title "NAV" --msgbox "Remember to switch Apache2 on for the PHP port." 5 60
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
${INSTALL} -d -m 0755 ${WRKSRC}/src/SimpleSnmp/build
|
||||
|
Loading…
Reference in New Issue
Block a user