diff options
author | andreas <andreas@FreeBSD.org> | 2001-03-25 20:41:45 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2001-03-25 20:41:45 +0000 |
commit | fcc915e64bdc705ed650d8bb90d53d4cc6635a04 (patch) | |
tree | 7a24247c40a8cb2e216005aebf5d152b695ed55a /net-mgmt/flowscan | |
parent | 800841fde6a19757c98ee43ca3e6e489ddb9c957 (diff) | |
download | FreeBSD-ports-fcc915e64bdc705ed650d8bb90d53d4cc6635a04.zip FreeBSD-ports-fcc915e64bdc705ed650d8bb90d53d4cc6635a04.tar.gz |
portlintify
Diffstat (limited to 'net-mgmt/flowscan')
-rw-r--r-- | net-mgmt/flowscan/Makefile | 20 | ||||
-rw-r--r-- | net-mgmt/flowscan/pkg-comment | 2 |
2 files changed, 11 insertions, 11 deletions
diff --git a/net-mgmt/flowscan/Makefile b/net-mgmt/flowscan/Makefile index e32f102..6749b1b 100644 --- a/net-mgmt/flowscan/Makefile +++ b/net-mgmt/flowscan/Makefile @@ -29,28 +29,28 @@ CONFIGURE_ARGS+= --prefix=${PREFIX}/var/db/flows WRKSRC= ${WRKDIR}/FlowScan-${PORTVERSION} pre-install: - @ ${MKDIR} -p ${PREFIX}/var/db/flows/bin - @ ${MKDIR} -p ${PREFIX}/var/db/flows/graphs + @ ${MKDIR} ${PREFIX}/var/db/flows/bin + @ ${MKDIR} ${PREFIX}/var/db/flows/graphs post-install: - # install sample startup script + # sample startup script @ ${INSTALL_SCRIPT} ${FILESDIR}/flowscan.sh \ ${PREFIX}/etc/rc.d/cflowd-flowscan.sh.sample # overwrite cflowd startup script, since we need some additional # parameters ! @ ${INSTALL_SCRIPT} ${FILESDIR}/cflowd.sh \ ${PREFIX}/etc/rc.d/cflowd-base.sh.sample - # install sample Makefile to generate graphs + # sample Makefile to generate graphs @ ${INSTALL_DATA} ${WRKSRC}/graphs.mf \ ${PREFIX}/var/db/flows/graphs/Makefile.sample - # install sample config files + # sample config files .for i in CampusIO.cf Napster_subnets.boulder SubNetIO.cf flowscan.cf \ local_nets.boulder our_subnets.boulder @ ${INSTALL_DATA} ${WRKSRC}/cf/${i} \ ${PREFIX}/var/db/flows/bin/${i}.sample .endfor - # install important docu files - @ ${MKDIR} -p ${PREFIX}/share/doc/flowscan + # important docu files + @ ${MKDIR} ${PREFIX}/share/doc/flowscan @ ${INSTALL_DATA} ${WRKSRC}/example/crontab \ ${PREFIX}/share/doc/flowscan/crontab.sample @ ${INSTALL_DATA} ${WRKSRC}/rc/linux/cflowd \ @@ -58,14 +58,14 @@ post-install: @ ${INSTALL_DATA} ${WRKSRC}/rc/linux/flowscan \ ${PREFIX}/share/doc/flowscan/flowscan.sample @ ${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/flowscan - # install less important docu files + # less important docu files .if !defined(NOPORTDOCS) @ ${ECHO_MSG} "===> Installing documentation for ${PKGNAME}" .for i in README README.html INSTALL.html TODO @ ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/flowscan .endfor .endif - # installation info - @ cat ${.CURDIR}/pkg-message + # info + @ ${CAT} ${.CURDIR}/pkg-message .include <bsd.port.mk> diff --git a/net-mgmt/flowscan/pkg-comment b/net-mgmt/flowscan/pkg-comment index 03f19c6..750edc4 100644 --- a/net-mgmt/flowscan/pkg-comment +++ b/net-mgmt/flowscan/pkg-comment @@ -1 +1 @@ -processes IP flows recorded in cflowd-format raw flow files +Processes IP flows recorded in cflowd-format raw flow files |