1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Fix 'make index'

Submitted by:	nork@
This commit is contained in:
Michael Reifenberger 2006-04-08 13:29:42 +00:00
parent 16a96797f3
commit 743fc3fd7f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159121

View File

@ -7,20 +7,16 @@
PORTNAME= nitpicker
PORTVERSION= 1.2.1
PORTEPOCH=1
PORTEPOCH= 1
CATEGORIES= net-mgmt
MASTER_SITES= http://nitpicker.de/
MAINTAINER= mr@freebsd.org
COMMENT= IP flow Accounting tools
NO_MAN= YES
.include <bsd.port.pre.mk>
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/nitpicker ${LOCALBASE}/sbin
${INSTALL_PROGRAM} ${WRKSRC}/tools/parse_flowfile/src/parse_flowfile ${LOCALBASE}/bin
${INSTALL_PROGRAM} ${WRKSRC}/tools/dumpit/dumpit ${LOCALBASE}/bin
.include <bsd.port.post.mk>
.include <bsd.port.mk>