Date: Sun, 3 Mar 2024 09:27:07 GMT From: Kirill Ponomarev <krion@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4ea53aeb82e2 - main - net/sniproxy: Move man pages to share/man Message-ID: <202403030927.4239R7wa022652@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by krion: URL: https://cgit.FreeBSD.org/ports/commit/?id=4ea53aeb82e2d4743efbc4d497f324ea795285be commit 4ea53aeb82e2d4743efbc4d497f324ea795285be Author: Kirill Ponomarev <krion@FreeBSD.org> AuthorDate: 2024-03-03 09:26:48 +0000 Commit: Kirill Ponomarev <krion@FreeBSD.org> CommitDate: 2024-03-03 09:26:48 +0000 net/sniproxy: Move man pages to share/man --- net/sniproxy/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net/sniproxy/Makefile b/net/sniproxy/Makefile index 4d73acb161d3..0b53dda1e6ae 100644 --- a/net/sniproxy/Makefile +++ b/net/sniproxy/Makefile @@ -1,5 +1,6 @@ PORTNAME= sniproxy DISTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= krion@FreeBSD.org @@ -22,10 +23,11 @@ USE_GITHUB= yes GH_ACCOUNT= dlundquist GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USE_LDCONFIG= yes -PLIST_FILES= man/man5/sniproxy.conf.5.gz \ - man/man8/sniproxy.8.gz \ +PLIST_FILES= share/man/man5/sniproxy.conf.5.gz \ + share/man/man8/sniproxy.8.gz \ sbin/sniproxy \ "@sample etc/sniproxy.conf.sample"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403030927.4239R7wa022652>