diff options
author | hrs <hrs@FreeBSD.org> | 2012-10-03 13:42:45 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2012-10-03 13:42:45 +0800 |
commit | 5d6ff4750f2c56c3c2a02675e88ba861a058e94c (patch) | |
tree | 25bb1acdcf2bc5aaf3f7b9fc087298c4301df256 /net-mgmt | |
parent | b961e561f47556c15897c7eb8000ef5c022a6328 (diff) | |
download | freebsd-ports-graphics-5d6ff4750f2c56c3c2a02675e88ba861a058e94c.tar.gz freebsd-ports-graphics-5d6ff4750f2c56c3c2a02675e88ba861a058e94c.tar.zst freebsd-ports-graphics-5d6ff4750f2c56c3c2a02675e88ba861a058e94c.zip |
Fix $rcvar.
Spotted by: ume
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ipv6mon/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/ipv6mon/files/ipv6mon.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/ipv6mon/Makefile b/net-mgmt/ipv6mon/Makefile index 04988aab293..789b9bf64e0 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 9637bbabe80..6d01cba6bbb 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" |