diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-04 09:48:54 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-04 09:48:54 +0000 |
commit | 4c7f7c366c05f95c8de1a04a28a10edb2520a8d3 (patch) | |
tree | 953022d190d94b7533bdc20a56ca5c5bc39761c5 /mail/couriergraph | |
parent | 890a5c28b9179800069ccab16b7696ec0b0687f5 (diff) |
Notes
Diffstat (limited to 'mail/couriergraph')
-rw-r--r-- | mail/couriergraph/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/couriergraph/Makefile b/mail/couriergraph/Makefile index 1bb49bb9a11b..c56d9f1f0edd 100644 --- a/mail/couriergraph/Makefile +++ b/mail/couriergraph/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/databases/rrdtool \ p5-File-Tail>=0:${PORTSDIR}/devel/p5-File-Tail NO_BUILD= yes -USE_PERL5= yes +USES= perl5 DATADIR?= /var/db/couriergraph COURIERGRAPH_USER?= ${WWWOWN} |