1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00

- Unbreak startup script.

- bump PORTREVISION.

Submitted by:	Alexander Logvinov <ports@logvinov.com> (private mail)
Approved by:	gabor (mentor)
This commit is contained in:
Felippe de Meirelles Motta 2008-05-29 21:06:35 +00:00
parent 82dcd356cd
commit 43ccdc8fae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213893

View File

@ -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} \