Date: Mon, 26 Feb 2024 21:41:24 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ac45c7d0c1a9 - main - net/igmpproxy: Moved man to share/man Message-ID: <202402262141.41QLfOfH056463@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=ac45c7d0c1a911ee7b1990d1a94b2be131d43361 commit ac45c7d0c1a911ee7b1990d1a94b2be131d43361 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 20:55:39 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 21:40:40 +0000 net/igmpproxy: Moved man to share/man Approved by: portmgr (blanket) --- net/igmpproxy/Makefile | 3 ++- net/igmpproxy/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/net/igmpproxy/Makefile b/net/igmpproxy/Makefile index a829ae1059a5..169fbe3e8c02 100644 --- a/net/igmpproxy/Makefile +++ b/net/igmpproxy/Makefile @@ -1,6 +1,6 @@ PORTNAME= igmpproxy DISTVERSION= 0.4 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net @@ -15,6 +15,7 @@ USES= autoreconf USE_GITHUB= yes GH_ACCOUNT= pali GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_RC_SUBR= igmpproxy post-install: diff --git a/net/igmpproxy/pkg-plist b/net/igmpproxy/pkg-plist index c1dc265c1764..83d14751db62 100644 --- a/net/igmpproxy/pkg-plist +++ b/net/igmpproxy/pkg-plist @@ -1,4 +1,4 @@ sbin/igmpproxy @sample etc/igmpproxy.conf.sample -man/man5/igmpproxy.conf.5.gz -man/man8/igmpproxy.8.gz +share/man/man5/igmpproxy.conf.5.gz +share/man/man8/igmpproxy.8.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402262141.41QLfOfH056463>