aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/check_nwc_health
diff options
context:
space:
mode:
authorCraig Leres <leres@FreeBSD.org>2019-06-08 19:46:02 +0000
committerCraig Leres <leres@FreeBSD.org>2019-06-08 19:46:02 +0000
commit924dbb3878a97662f9a05435c99010e4e71d5574 (patch)
tree072e1ff8f457a402f54ca73d6543a381e6bed945 /net-mgmt/check_nwc_health
parent1a34cf5e289d93aeae8f846fb55099098c347fd1 (diff)
downloadports-924dbb3878a97662f9a05435c99010e4e71d5574.tar.gz
ports-924dbb3878a97662f9a05435c99010e4e71d5574.zip
net-mgmt/check_nwc_health: Use PERL instead of PERL5 for shebang
as suggested by mat@ Reported by: mat Approved by: ler (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D20489
Notes
Notes: svn path=/head/; revision=503750
Diffstat (limited to 'net-mgmt/check_nwc_health')
-rw-r--r--net-mgmt/check_nwc_health/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/check_nwc_health/Makefile b/net-mgmt/check_nwc_health/Makefile
index 73a262ee0f08..4d53f487c096 100644
--- a/net-mgmt/check_nwc_health/Makefile
+++ b/net-mgmt/check_nwc_health/Makefile
@@ -2,6 +2,7 @@
PORTNAME= check_nwc_health
PORTVERSION= 7.8
+PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= https://labs.consol.de/assets/downloads/nagios/
@@ -17,7 +18,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
--with-nagios-user=${NAGIOSUSER} \
--with-nagios-group=${NAGIOSGROUP} \
- --with-perl=${PERL5}
+ --with-perl=${PERL}
NAGIOSUSER?= nagios
NAGIOSGROUP?= nagios