mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -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
|
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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue