mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix 'make index'
Submitted by: nork@
This commit is contained in:
parent
16a96797f3
commit
743fc3fd7f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159121
1 changed files with 2 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue