Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2024 08:57:23 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 246f63483f9e - main - www/slowhttptest: Move man pages to share/man
Message-ID:  <202403230857.42N8vNKk069166@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403230857.42N8vNKk069166>