www/slowhttptest: Move man pages to share/man

Approved by:	portmgr (blanket)
This commit is contained in:
Nuno Teixeira 2024-03-23 08:48:10 +00:00
parent 8ea6953ed9
commit 246f63483f
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
PORTNAME= slowhttptest
DISTVERSIONPREFIX= v
DISTVERSION= 1.9.0
PORTREVISION= 1
CATEGORIES= www
MAINTAINER= yuri@FreeBSD.org
@ -12,10 +13,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf ssl
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
USE_GITHUB= yes
GH_ACCOUNT= shekyan
PLIST_FILES= bin/slowhttptest \
man/man1/slowhttptest.1.gz
share/man/man1/slowhttptest.1.gz
.include <bsd.port.mk>