git: 246f63483f9e - main - www/slowhttptest: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Mar 2024 08:57:23 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=246f63483f9ef60c409a1855a74abb0c9ce8b676 commit 246f63483f9ef60c409a1855a74abb0c9ce8b676 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-23 08:48:10 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-23 08:57:00 +0000 www/slowhttptest: Move man pages to share/man Approved by: portmgr (blanket) --- www/slowhttptest/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/slowhttptest/Makefile b/www/slowhttptest/Makefile index 58e0067e327f..1a7fcc10f076 100644 --- a/www/slowhttptest/Makefile +++ b/www/slowhttptest/Makefile @@ -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>