diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-02 12:38:44 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-02 12:38:44 +0000 |
commit | 3b3700ba21a2dc2e80854ff9d04fe17e40c69a87 (patch) | |
tree | 3010a5dd7457f1d6ca404f9abd95251e462384a1 | |
parent | - Add LICENSE_FILE (diff) |
- Fix binary installation, strip properly
- Update MASTER_SITES
- Add WWW:
-rw-r--r-- | www/varnish-nagios/Makefile | 8 | ||||
-rw-r--r-- | www/varnish-nagios/pkg-descr | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/www/varnish-nagios/Makefile b/www/varnish-nagios/Makefile index 444b6653e283..20a2893767bb 100644 --- a/www/varnish-nagios/Makefile +++ b/www/varnish-nagios/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= varnish-nagios -DISTVERSION= 1.1 +PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= http://repo.varnish-cache.org/source/ \ - http://anders.fupp.net/distfiles/ +MASTER_SITES= http://repo.varnish-cache.org/source/ MAINTAINER= ports@FreeBSD.org COMMENT= Nagios plugin to check status of Varnish @@ -22,6 +22,6 @@ PLIST_FILES= libexec/nagios/check_varnish do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios - ${INSTALL_SCRIPT} ${WRKSRC}/check_varnish ${STAGEDIR}${PREFIX}/libexec/nagios + ${INSTALL_PROGRAM} ${WRKSRC}/check_varnish ${STAGEDIR}${PREFIX}/libexec/nagios .include <bsd.port.mk> diff --git a/www/varnish-nagios/pkg-descr b/www/varnish-nagios/pkg-descr index c77c93b66252..5ec26652acdd 100644 --- a/www/varnish-nagios/pkg-descr +++ b/www/varnish-nagios/pkg-descr @@ -1 +1,3 @@ Nagios plugin to monitor Varnish. + +https://www.varnish-cache.org/utility/nagios-varnish-plugin |