mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -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
|
PORTNAME= flowgrind
|
||||||
PORTVERSION= 0.8.2
|
PORTVERSION= 0.8.2
|
||||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= benchmarks
|
CATEGORIES= benchmarks
|
||||||
|
|
||||||
MAINTAINER= dbaio@FreeBSD.org
|
MAINTAINER= dbaio@FreeBSD.org
|
||||||
|
@ -23,6 +23,7 @@ USES= autoreconf ssl
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
CONFIGURE_ENV= LIBS="${LIBS} -lpcap"
|
CONFIGURE_ENV= LIBS="${LIBS} -lpcap"
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
bin/flowgrind
|
bin/flowgrind
|
||||||
bin/flowgrind-stop
|
bin/flowgrind-stop
|
||||||
sbin/flowgrindd
|
sbin/flowgrindd
|
||||||
man/man1/flowgrind-stop.1.gz
|
share/man/man1/flowgrind-stop.1.gz
|
||||||
man/man1/flowgrind.1.gz
|
share/man/man1/flowgrind.1.gz
|
||||||
man/man1/flowgrindd.1.gz
|
share/man/man1/flowgrindd.1.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue