git: c7d78b19a24b - main - net/tcpstat: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Mar 2024 18:37:58 UTC
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