diff options
author | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2008-05-29 21:06:35 +0000 |
---|---|---|
committer | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2008-05-29 21:06:35 +0000 |
commit | 43ccdc8faee72809c033a8a7147faf407f282595 (patch) | |
tree | 3e0a545cf4325288e0151f61206ebdf13c127769 /net-mgmt/mrtg/Makefile | |
parent | 82dcd356cdce5df0d48cbb21ee6e592587fd5d34 (diff) | |
download | ports-43ccdc8faee72809c033a8a7147faf407f282595.tar.gz ports-43ccdc8faee72809c033a8a7147faf407f282595.zip |
Notes
Diffstat (limited to 'net-mgmt/mrtg/Makefile')
-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} \ |