mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
dns/dnsperf: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
fd6a7aba6b
commit
a79d54f9b9
@ -1,5 +1,6 @@
|
|||||||
PORTNAME= dnsperf
|
PORTNAME= dnsperf
|
||||||
DISTVERSION= 2.11.0
|
DISTVERSION= 2.11.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= dns benchmarks net
|
CATEGORIES= dns benchmarks net
|
||||||
MASTER_SITES= https://www.dns-oarc.net/files/${PORTNAME}/
|
MASTER_SITES= https://www.dns-oarc.net/files/${PORTNAME}/
|
||||||
|
|
||||||
@ -17,6 +18,7 @@ LIB_DEPENDS= libnghttp2.so:www/libnghttp2 \
|
|||||||
USES= compiler:c11 libtool pkgconfig ssl
|
USES= compiler:c11 libtool pkgconfig ssl
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
CONFIGURE_ENV= libssl_LIBS="-lssl -L${OPENSSLLIB}" \
|
CONFIGURE_ENV= libssl_LIBS="-lssl -L${OPENSSLLIB}" \
|
||||||
libssl_CFLAGS="-I${OPENSSLINC}" \
|
libssl_CFLAGS="-I${OPENSSLINC}" \
|
||||||
libcrypto_LIBS="-lcrypto -L${OPENSSLLIB}" \
|
libcrypto_LIBS="-lcrypto -L${OPENSSLLIB}" \
|
||||||
@ -28,7 +30,7 @@ MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
|
|||||||
PLIST_FILES= bin/dnsperf \
|
PLIST_FILES= bin/dnsperf \
|
||||||
bin/resperf \
|
bin/resperf \
|
||||||
bin/resperf-report \
|
bin/resperf-report \
|
||||||
man/man1/dnsperf.1.gz \
|
share/man/man1/dnsperf.1.gz \
|
||||||
man/man1/resperf.1.gz
|
share/man/man1/resperf.1.gz
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user