diff options
author | sobomax <sobomax@FreeBSD.org> | 2005-01-08 10:25:53 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2005-01-08 10:25:53 +0000 |
commit | ef6206ed78ccc9a0707e8c408322c5dcc63518f5 (patch) | |
tree | b4081a40efe140f4ea083560df58c9fec8e02026 /net-mgmt | |
parent | 7d8aa874997ea562bda35e5fa87c579846d5f214 (diff) | |
download | FreeBSD-ports-ef6206ed78ccc9a0707e8c408322c5dcc63518f5.zip FreeBSD-ports-ef6206ed78ccc9a0707e8c408322c5dcc63518f5.tar.gz |
In FreeBSD correct path to pid file is /var/run, not ${PREFIX}/var/run. Bump
PORTREVISION.
Reported by: Yuri Babushkin <piton@united.net.ua>
Diffstat (limited to 'net-mgmt')
-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 0982608..537e7ac 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 |