aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/check_mk_agent/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/check_mk_agent/Makefile')
-rw-r--r--net-mgmt/check_mk_agent/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/net-mgmt/check_mk_agent/Makefile b/net-mgmt/check_mk_agent/Makefile
index 6e1a0dc55077..aec345b5c61b 100644
--- a/net-mgmt/check_mk_agent/Makefile
+++ b/net-mgmt/check_mk_agent/Makefile
@@ -1,6 +1,6 @@
PORTNAME= check_mk_agent
DISTVERSIONPREFIX= v
-DISTVERSION= 2.0.0p20
+DISTVERSION= 2.1.0p22
CATEGORIES= net-mgmt
MASTER_SITES= https://raw.githubusercontent.com/tribe29/checkmk/${DISTVERSIONFULL}/agents/:agent \
https://raw.githubusercontent.com/tribe29/checkmk/${DISTVERSIONFULL}/doc/agents/:doc \
@@ -11,7 +11,7 @@ DISTFILES= ${_CHECKMK_AGENT}:agent \
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
MAINTAINER= ivalentine@arizona.edu
-COMMENT= Nagios-compatible agent for the Checkmk monitoring
+COMMENT= Checkmk agent to monitor *nix style systems
WWW= https://checkmk.com/
LICENSE= GPLv2
@@ -46,15 +46,12 @@ OPTIONS_DEFINE= DOCS
_CHECKMK_AGENT= ${PORTNAME}.freebsd
_CHECKMK_CONFDIR= ${LOCALBASE}/etc/check_mk
_CHECKMK_LIBDIR= ${LOCALBASE}/lib/check_mk_agent
-_CHECKMK_TMPDIR= /var/run/check_mk
post-patch:
@${REINPLACE_CMD} \
-e 's|%%CHECKMK_LIBDIR%%|${_CHECKMK_LIBDIR}|' \
-e 's|%%CHECKMK_CONFDIR%%|${_CHECKMK_CONFDIR}|' \
- -e 's|%%CHECKMK_TMPDIR%%|${_CHECKMK_TMPDIR}|' \
-e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
- -e 's|%%BASH%%|${LOCALBASE}/bin/bash|' \
${WRKSRC}/${_CHECKMK_AGENT}
do-install: