diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/cflowd/Makefile | 6 | ||||
-rw-r--r-- | net/cflowd/pkg-plist | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/net/cflowd/Makefile b/net/cflowd/Makefile index 05b5484..311e903 100644 --- a/net/cflowd/Makefile +++ b/net/cflowd/Makefile @@ -7,7 +7,7 @@ PORTNAME= cflowd PORTVERSION= 2-1-b1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= ftp://ftp.caida.org/pub/cflowd/ DISTNAME= ${PORTNAME}-${PORTVERSION} @@ -37,4 +37,8 @@ pre-everything: @${ECHO} "make CFLOWD_FLOWSCAN_PATCH=yes" .endif +post-install: + ${INSTALL_SCRIPT} ${FILESDIR}/cflowd.sh \ + ${PREFIX}/etc/rc.d/cflowd.sh.sample + .include <bsd.port.mk> diff --git a/net/cflowd/pkg-plist b/net/cflowd/pkg-plist index 70e1eeb..714e44c 100644 --- a/net/cflowd/pkg-plist +++ b/net/cflowd/pkg-plist @@ -9,6 +9,7 @@ bin/flowdump bin/flowwatch etc/cfdcollect.conf.example etc/cflowd.conf.example +etc/rc.d/cflowd.sh.sample include/cflowd/CflowdAsMatrix.hh include/cflowd/CflowdAsMatrixKey.hh include/cflowd/CflowdAsMatrixTrafficCounter.hh |