diff options
Diffstat (limited to 'net/cflowd/Makefile')
-rw-r--r-- | net/cflowd/Makefile | 6 |
1 files changed, 5 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> |