Index: head/www/varnish-nagios/Makefile =================================================================== --- head/www/varnish-nagios/Makefile (revision 414517) +++ head/www/varnish-nagios/Makefile (revision 414518) @@ -1,34 +1,34 @@ # Created by: anders # $FreeBSD$ PORTNAME= varnish-nagios PORTVERSION= 1.1.20151214 PORTREVISION= 0 CATEGORIES= www MAINTAINER= ports@FreeBSD.org COMMENT= Nagios plugin to check status of Varnish LICENSE= BSD2CLAUSE BUILD_DEPENDS= varnish4>=0:www/varnish4 -RUN_DEPENDS= ${LOCALBASE}/bin/sudo:${PORTSDIR}/security/sudo +RUN_DEPENDS= sudo:security/sudo GNU_CONFIGURE= yes CFLAGS+= -lm USES= autoreconf libtool pkgconfig USE_GITHUB= yes GH_ACCOUNT= varnish GH_TAGNAME= 258c486 PLIST_FILES= libexec/nagios/check_varnish SUB_FILES= pkg-message do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios ${INSTALL_PROGRAM} ${WRKSRC}/check_varnish ${STAGEDIR}${PREFIX}/libexec/nagios .include