svn commit: r503750 - head/net-mgmt/check_nwc_health
Craig Leres
leres at FreeBSD.org
Sat Jun 8 19:46:03 UTC 2019
Author: leres
Date: Sat Jun 8 19:46:02 2019
New Revision: 503750
URL: https://svnweb.freebsd.org/changeset/ports/503750
Log:
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
Modified:
head/net-mgmt/check_nwc_health/Makefile
Modified: head/net-mgmt/check_nwc_health/Makefile
==============================================================================
--- head/net-mgmt/check_nwc_health/Makefile Sat Jun 8 19:37:36 2019 (r503749)
+++ head/net-mgmt/check_nwc_health/Makefile Sat Jun 8 19:46:02 2019 (r503750)
@@ -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
More information about the svn-ports-head
mailing list