git: 41ec161396ec - main - net/rtptools: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Mar 2024 18:37:48 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=41ec161396ecc5c92c03e7f0fb0b28105c5577e8 commit 41ec161396ecc5c92c03e7f0fb0b28105c5577e8 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-20 17:42:25 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-20 18:37:09 +0000 net/rtptools: Move man pages to share/man Approved by: portmgr (blanket) --- net/rtptools/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/rtptools/Makefile b/net/rtptools/Makefile index e2f75f2c59cb..5058e2efbbf3 100644 --- a/net/rtptools/Makefile +++ b/net/rtptools/Makefile @@ -1,5 +1,6 @@ PORTNAME= rtptools DISTVERSION= 1.22 +PORTREVISION= 1 CATEGORIES= net mbone MAINTAINER= se@FreeBSD.org @@ -11,6 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= autoreconf GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USE_GITHUB= yes GH_ACCOUNT= irtlab @@ -18,7 +20,7 @@ PORTSCOUT= limit:^\d.* .for f in multidump multiplay rtpdump rtpplay rtpsend rtptrans PLIST_FILES+= bin/${f} -PLIST_FILES+= man/man1/${f}.1.gz +PLIST_FILES+= share/man/man1/${f}.1.gz .endfor OPTIONS_DEFINE= DOCS