Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2024 21:40:38 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: 0798733c75b5 - main - net/radsecproxy: Moved man to share/man
Message-ID:  <202401302140.40ULecYW050808@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=0798733c75b59fcfd47abed8734d7c9641d26a6d

commit 0798733c75b59fcfd47abed8734d7c9641d26a6d
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-30 21:18:53 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-30 21:39:25 +0000

    net/radsecproxy: Moved man to share/man
---
 net/radsecproxy/Makefile  | 2 ++
 net/radsecproxy/pkg-plist | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/net/radsecproxy/Makefile b/net/radsecproxy/Makefile
index 8831a304c4cf..87a9dd6f2b03 100644
--- a/net/radsecproxy/Makefile
+++ b/net/radsecproxy/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	radsecproxy
 DISTVERSION=	1.9.2
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/
 
@@ -17,6 +18,7 @@ CPE_VENDOR=	uninett
 USE_RC_SUBR=	${PORTNAME}
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 CONFIGURE_ARGS=	--with-ssl=${OPENSSLBASE}
 
diff --git a/net/radsecproxy/pkg-plist b/net/radsecproxy/pkg-plist
index b4604c74548b..be2c5f92a08e 100644
--- a/net/radsecproxy/pkg-plist
+++ b/net/radsecproxy/pkg-plist
@@ -1,7 +1,7 @@
 bin/radsecproxy-conf
 bin/radsecproxy-hash
 etc/radsecproxy.conf-example
-man/man8/radsecproxy-hash.8.gz
-man/man8/radsecproxy.8.gz
-man/man5/radsecproxy.conf.5.gz
+share/man/man8/radsecproxy-hash.8.gz
+share/man/man8/radsecproxy.8.gz
+share/man/man5/radsecproxy.conf.5.gz
 sbin/radsecproxy



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