diff --git a/www/varnish-nagios/Makefile b/www/varnish-nagios/Makefile index 1d9bec5f43f9..6e3d1449ec68 100644 --- a/www/varnish-nagios/Makefile +++ b/www/varnish-nagios/Makefile @@ -1,31 +1,31 @@ PORTNAME= varnish-nagios PORTVERSION= 1.1.20151214 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= ports@FreeBSD.org COMMENT= Nagios plugin to check status of Varnish WWW= https://www.varnish-cache.org/utility/nagios-varnish-plugin LICENSE= BSD2CLAUSE RUN_DEPENDS= sudo:security/sudo GNU_CONFIGURE= yes CFLAGS+= -lm USES= autoreconf libtool pkgconfig varnish 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