git: b721a4f50e84 - main - security/chroot_safe: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 25 Feb 2024 12:55:34 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b721a4f50e84d2b053279e0afe35b597520765e1

commit b721a4f50e84d2b053279e0afe35b597520765e1
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 12:37:08 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 12:54:52 +0000

    security/chroot_safe: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 security/chroot_safe/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/security/chroot_safe/Makefile b/security/chroot_safe/Makefile
index 909c30fd0b78..90cc220a19ac 100644
--- a/security/chroot_safe/Makefile
+++ b/security/chroot_safe/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	chroot_safe
 PORTVERSION=	1.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security sysutils
 MASTER_SITES=	SF/chrootsafe/${PORTNAME}/${PORTVERSION}
 
@@ -12,8 +12,9 @@ LICENSE=	MIT
 
 USES=		tar:tgz
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
-PLIST_FILES=	man/man1/chroot_safe.1.gz sbin/chroot_safe libexec/chroot_safe/chroot_safe.so
+PLIST_FILES=	share/man/man1/chroot_safe.1.gz sbin/chroot_safe libexec/chroot_safe/chroot_safe.so
 
 post-patch:
 	@${REINPLACE_CMD} -e  's|CXX=g++|CXX?=c++|' \