Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2024 18:37:58 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: c7d78b19a24b - main - net/tcpstat: Move man pages to share/man
Message-ID:  <202403201837.42KIbw8u041812@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=c7d78b19a24b77c1bdb952d65f0ae1ae57ac3b86

commit c7d78b19a24b77c1bdb952d65f0ae1ae57ac3b86
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-20 18:05:18 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-20 18:37:11 +0000

    net/tcpstat: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 net/tcpstat/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net/tcpstat/Makefile b/net/tcpstat/Makefile
index 52753dc7f08a..0197680f2660 100644
--- a/net/tcpstat/Makefile
+++ b/net/tcpstat/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	tcpstat
 PORTVERSION=	1.5
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://www.frenchfries.net/paul/tcpstat/
 
@@ -11,9 +12,10 @@ LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 PLIST_FILES=	bin/tcpstat bin/tcpprof \
-		man/man1/tcpprof.1.gz man/man1/tcpstat.1.gz
+		share/man/man1/tcpprof.1.gz share/man/man1/tcpstat.1.gz
 PORTDOCS=	*
 
 OPTIONS_DEFINE=	DOCS



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