diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2005-01-08 10:25:53 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2005-01-08 10:25:53 +0000 |
commit | 11b173559c371f261cd90778561b25936ab81206 (patch) | |
tree | 58fb1cbe6e23430dbc8bd0087964d7f52c39a381 /net-mgmt/flowd/Makefile | |
parent | upadate to courier-authlib 0.52, courier-imap 4.0.1 and sqwebmail 5.0.0 (diff) |
In FreeBSD correct path to pid file is /var/run, not ${PREFIX}/var/run. Bump
PORTREVISION.
Reported by: Yuri Babushkin <piton@united.net.ua>
Notes
Notes:
svn path=/head/; revision=125760
Diffstat (limited to 'net-mgmt/flowd/Makefile')
-rw-r--r-- | net-mgmt/flowd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/flowd/Makefile b/net-mgmt/flowd/Makefile index 098260893a25..537e7ac1cba6 100644 --- a/net-mgmt/flowd/Makefile +++ b/net-mgmt/flowd/Makefile @@ -7,6 +7,7 @@ PORTNAME= flowd PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= net-mgmt ipv6 MASTER_SITES= http://www2.mindrot.org/files/flowd/ @@ -14,6 +15,7 @@ MAINTAINER= janos.mohacsi@bsd.hu COMMENT= The clowd is a small, fast and secure NetFlow collector GNU_CONFIGURE= yes +CONFIGURE_ARGS= --localstatedir=/var USE_GMAKE= yes MAN8= flowd.8 flowd-reader.8 MAN5= flowd.conf.5 |