diff options
author | anders <anders@FreeBSD.org> | 2004-12-17 07:38:58 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2004-12-17 07:38:58 +0800 |
commit | 84f1f9d6c37a97b8ad4e96185fc0f0343928a435 (patch) | |
tree | 9b1b6c528c5361db24dacc27d918c0174bd52488 /net-mgmt | |
parent | b427bc1cc6a85ad4d39a4720a3888d20ee2fe99e (diff) | |
download | freebsd-ports-gnome-84f1f9d6c37a97b8ad4e96185fc0f0343928a435.tar.gz freebsd-ports-gnome-84f1f9d6c37a97b8ad4e96185fc0f0343928a435.tar.zst freebsd-ports-gnome-84f1f9d6c37a97b8ad4e96185fc0f0343928a435.zip |
Do not show dialog messagebox if BATCH is set.
Submitted by: brian
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nav/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/nav/Makefile b/net-mgmt/nav/Makefile index 03b0ea27f66a..49450783e7c0 100644 --- a/net-mgmt/nav/Makefile +++ b/net-mgmt/nav/Makefile @@ -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 |