Skip to content

Commit

Permalink
dns/dnsperf: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 7, 2024
1 parent fd6a7ab commit a79d54f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dns/dnsperf/Makefile
@@ -1,5 +1,6 @@
PORTNAME= dnsperf
DISTVERSION= 2.11.0
PORTREVISION= 1
CATEGORIES= dns benchmarks net
MASTER_SITES= https://www.dns-oarc.net/files/${PORTNAME}/

Expand All @@ -17,6 +18,7 @@ LIB_DEPENDS= libnghttp2.so:www/libnghttp2 \
USES= compiler:c11 libtool pkgconfig ssl

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ENV= libssl_LIBS="-lssl -L${OPENSSLLIB}" \
libssl_CFLAGS="-I${OPENSSLINC}" \
libcrypto_LIBS="-lcrypto -L${OPENSSLLIB}" \
Expand All @@ -28,7 +30,7 @@ MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
PLIST_FILES= bin/dnsperf \
bin/resperf \
bin/resperf-report \
man/man1/dnsperf.1.gz \
man/man1/resperf.1.gz
share/man/man1/dnsperf.1.gz \
share/man/man1/resperf.1.gz

.include <bsd.port.mk>

0 comments on commit a79d54f

Please sign in to comment.