From a54844fdbe97aadcf9cf6b91fd33e351fe3b3366 Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Wed, 3 Oct 2012 05:42:45 +0000 Subject: [PATCH] Fix $rcvar. Spotted by: ume --- net-mgmt/ipv6mon/Makefile | 1 + net-mgmt/ipv6mon/files/ipv6mon.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/net-mgmt/ipv6mon/Makefile b/net-mgmt/ipv6mon/Makefile index 04988aab293e..789b9bf64e04 100644 --- a/net-mgmt/ipv6mon/Makefile +++ b/net-mgmt/ipv6mon/Makefile @@ -3,6 +3,7 @@ PORTNAME= ipv6mon PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= net-mgmt ipv6 MASTER_SITES= http://www.si6networks.com/tools/ipv6mon/ DISTNAME= ${PORTNAME}-v${PORTVERSION} diff --git a/net-mgmt/ipv6mon/files/ipv6mon.in b/net-mgmt/ipv6mon/files/ipv6mon.in index 9637bbabe808..6d01cba6bbb5 100644 --- a/net-mgmt/ipv6mon/files/ipv6mon.in +++ b/net-mgmt/ipv6mon/files/ipv6mon.in @@ -9,7 +9,7 @@ . /etc/rc.subr name="ipv6mon" -rcvar=$name +rcvar="${name}_enable" command="%%PREFIX%%/sbin/${name}" pidfile="/var/run/${name}.pid" required_files="%%PREFIX%%/etc/${name}.conf"