aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2013-05-10 15:34:10 +0000
committerFlorian Smeets <flo@FreeBSD.org>2013-05-10 15:34:10 +0000
commit260e0522cd98072cd34f6268c36f3a55b8805f3d (patch)
treebb378800adc09b971f7bade4a81e780c78361c98
parentd18ae7b03231a44fa73d542b92e2b68d203b8f7e (diff)
downloadports-260e0522cd98072cd34f6268c36f3a55b8805f3d.tar.gz
ports-260e0522cd98072cd34f6268c36f3a55b8805f3d.zip
Notes
-rw-r--r--sysutils/munin-node/Makefile3
-rw-r--r--sysutils/munin-node/files/munin-node.in2
2 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/munin-node/Makefile b/sysutils/munin-node/Makefile
index 2cc9794e3962..03071c8e2aff 100644
--- a/sysutils/munin-node/Makefile
+++ b/sysutils/munin-node/Makefile
@@ -3,7 +3,7 @@
PORTNAME= munin
PORTVERSION= ${MUNIN_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils perl5
MASTER_SITES= ${MUNIN_SITES}
PKGNAMESUFFIX= -node
@@ -22,6 +22,7 @@ RUN_DEPENDS= p5-Cache-Cache>=0:${PORTSDIR}/devel/p5-Cache-Cache \
munin-common>=0:${PORTSDIR}/sysutils/munin-common \
p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server \
p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \
+ p5-Net-CIDR>=0:${PORTSDIR}/net-mgmt/p5-Net-CIDR \
bash:${PORTSDIR}/shells/bash
DISTINFO_FILE= ${MUNIN_DISTINFO}
diff --git a/sysutils/munin-node/files/munin-node.in b/sysutils/munin-node/files/munin-node.in
index 40998c5b0fde..e59f4dd135cd 100644
--- a/sysutils/munin-node/files/munin-node.in
+++ b/sysutils/munin-node/files/munin-node.in
@@ -24,7 +24,7 @@ load_rc_config $name
: ${munin_node_config="%%PREFIX%%/etc/munin/munin-node.conf"}
command="%%PREFIX%%/sbin/munin-node"
-command_interpreter="/usr/bin/perl"
+command_interpreter="%%PREFIX%%/bin/perl"
start_precmd=find_pidfile
status_precmd=find_pidfile
stop_precmd=find_pidfile