Date: Sat, 8 Jun 2019 19:46:02 +0000 (UTC) From: Craig Leres <leres@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503750 - head/net-mgmt/check_nwc_health Message-ID: <201906081946.x58Jk2EA009404@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906081946.x58Jk2EA009404>