diff options
author | lippe <lippe@FreeBSD.org> | 2008-05-30 05:06:35 +0800 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2008-05-30 05:06:35 +0800 |
commit | 1983850ced9ad8c26970645df84282b22de90d76 (patch) | |
tree | 9561f3df336d338e3c74e6c5409c1578db5b8c7f /net-mgmt | |
parent | 144bbda5bc4793937c5f9d15990d70db6d36eb89 (diff) | |
download | freebsd-ports-gnome-1983850ced9ad8c26970645df84282b22de90d76.tar.gz freebsd-ports-gnome-1983850ced9ad8c26970645df84282b22de90d76.tar.zst freebsd-ports-gnome-1983850ced9ad8c26970645df84282b22de90d76.zip |
- Unbreak startup script.
- bump PORTREVISION.
Submitted by: Alexander Logvinov <ports@logvinov.com> (private mail)
Approved by: gabor (mentor)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/mrtg/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/mrtg/Makefile b/net-mgmt/mrtg/Makefile index 9deda577638f..a2728f0c9062 100644 --- a/net-mgmt/mrtg/Makefile +++ b/net-mgmt/mrtg/Makefile @@ -7,6 +7,7 @@ PORTNAME= mrtg PORTVERSION= 2.16.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net-mgmt ipv6 MASTER_SITES= http://oss.oetiker.ch/mrtg/pub/ \ @@ -29,11 +30,11 @@ MRTG_USER?= mrtg MRTG_GROUP?= mrtg MRTG_UID?= 279 MRTG_GID?= 279 -MRTG_RUNDIR?= /var/run/mrtg +MRTG_RUNDIR?= /var/run/mrtg USE_RC_SUBR= mrtg_daemon.sh SUB_FILES= pkg-install pkg-message -SUB_LIST= ETCDIR=${ETCDIR} \ +SUB_LIST= PERL=${PERL} \ MRTG_USER=${MRTG_USER} \ MRTG_GROUP=${MRTG_GROUP} \ MRTG_UID=${MRTG_UID} \ |