git: 98c0f4041aeb - main - net/tcprtt: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 25 Feb 2024 10:32:52 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=98c0f4041aeb68ce0593d060f3da7026eee7a54b

commit 98c0f4041aeb68ce0593d060f3da7026eee7a54b
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 10:26:15 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 10:31:48 +0000

    net/tcprtt: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 net/tcprtt/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net/tcprtt/Makefile b/net/tcprtt/Makefile
index f6e6e60cc527..9660179954e6 100644
--- a/net/tcprtt/Makefile
+++ b/net/tcprtt/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	tcprtt
 DISTVERSION=	g20191022
+PORTREVISION=	1
 CATEGORIES=	net
 
 MAINTAINER=	rs@netflix.com
@@ -11,10 +12,10 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	KlaraSystems
 GH_TAGNAME=	1c857b8bd6e071290d118c96c051fbdf7db40129
 
-PLIST_FILES=	bin/tcprtt man/man8/${PORTNAME}.8.gz
+PLIST_FILES=	bin/tcprtt share/man/man8/${PORTNAME}.8.gz
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/tcprtt ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/tcprtt.8 ${STAGEDIR}${PREFIX}/man/man8
+	${INSTALL_MAN} ${WRKSRC}/tcprtt.8 ${STAGEDIR}${PREFIX}/share/man/man8
 
 .include <bsd.port.mk>