Date: Wed, 20 Mar 2024 18:37:47 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: 1952cd506b95 - main - net/rtpproxy: Move man pages to share/man Message-ID: <202403201837.42KIbli3041346@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=1952cd506b95186ed411e76a6c2d411034cc34be commit 1952cd506b95186ed411e76a6c2d411034cc34be Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-20 17:40:27 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-20 18:37:09 +0000 net/rtpproxy: Move man pages to share/man Approved by: portmgr (blanket) --- net/rtpproxy/Makefile | 2 ++ net/rtpproxy/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/net/rtpproxy/Makefile b/net/rtpproxy/Makefile index bf39dbb9f4aa..fa5da7b00d4b 100644 --- a/net/rtpproxy/Makefile +++ b/net/rtpproxy/Makefile @@ -1,6 +1,7 @@ PORTNAME= rtpproxy PORTVERSION= 2.1.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net MAINTAINER= farrokhi@FreeBSD.org @@ -16,6 +17,7 @@ USE_GITHUB= yes GH_ACCOUNT= sippy GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib diff --git a/net/rtpproxy/pkg-plist b/net/rtpproxy/pkg-plist index 0c4128891975..f43ff315e937 100644 --- a/net/rtpproxy/pkg-plist +++ b/net/rtpproxy/pkg-plist @@ -4,4 +4,4 @@ bin/rtpproxy bin/rtpproxy_debug lib/rtpproxy/rtpp_acct_csv.so lib/rtpproxy/rtpp_acct_csv_debug.so -man/man8/rtpproxy.8.gz +share/man/man8/rtpproxy.8.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403201837.42KIbli3041346>