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