- Fix binary installation, strip properly
- Update MASTER_SITES - Add WWW:
This commit is contained in:
parent
ecee557c7a
commit
3b3700ba21
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388342
2 changed files with 6 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
Nagios plugin to monitor Varnish.
|
||||
|
||||
https://www.varnish-cache.org/utility/nagios-varnish-plugin
|
||||
|
|
Loading…
Reference in a new issue