mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
benchmarks/flowgrind: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
c7d22bd5fa
commit
9d81da9e2b
2 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
PORTNAME= flowgrind
|
||||
PORTVERSION= 0.8.2
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= benchmarks
|
||||
|
||||
MAINTAINER= dbaio@FreeBSD.org
|
||||
|
@ -23,6 +23,7 @@ USES= autoreconf ssl
|
|||
USE_GITHUB= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
CONFIGURE_ENV= LIBS="${LIBS} -lpcap"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
bin/flowgrind
|
||||
bin/flowgrind-stop
|
||||
sbin/flowgrindd
|
||||
man/man1/flowgrind-stop.1.gz
|
||||
man/man1/flowgrind.1.gz
|
||||
man/man1/flowgrindd.1.gz
|
||||
share/man/man1/flowgrind-stop.1.gz
|
||||
share/man/man1/flowgrind.1.gz
|
||||
share/man/man1/flowgrindd.1.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue