Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2024 18:37:57 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: 5388f3ed4d15 - main - net/tcpslice: Move man pages to share/man
Message-ID:  <202403201837.42KIbvSs041766@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=5388f3ed4d155cc235940af814749cde859581b0

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

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

diff --git a/net/tcpslice/Makefile b/net/tcpslice/Makefile
index 9d6829c41602..d14ad437fe68 100644
--- a/net/tcpslice/Makefile
+++ b/net/tcpslice/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	tcpslice
 DISTVERSION=	1.6
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	net
 MASTER_SITES=	https://www.tcpdump.org/release/
@@ -15,8 +16,9 @@ USES=		cpe
 CPE_VENDOR=	tcpdump
 
 PLIST_FILES=	bin/tcpslice \
-		man/man1/tcpslice.1.gz
+		share/man/man1/tcpslice.1.gz
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>



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