git: 3324d420951f - main - security/chrootuid: Moved man to share/man

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

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

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

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

diff --git a/security/chrootuid/Makefile b/security/chrootuid/Makefile
index 285121f733fc..88e548deadf1 100644
--- a/security/chrootuid/Makefile
+++ b/security/chrootuid/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	chrootuid
 PORTVERSION=	1.3
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	ftp://ftp.porcupine.org/pub/security/ \
 		ftp://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/chrootuid/
@@ -11,14 +12,14 @@ COMMENT=	Simple wrapper that combines chroot(8) and su(1) into one program
 LICENSE=	MIT # MIT-like actually
 LICENSE_FILE=	${WRKSRC}/chrootuid_license
 
-PLIST_FILES=	sbin/chrootuid man/man8/chrootuid.1.gz
+PLIST_FILES=	sbin/chrootuid share/man/man8/chrootuid.1.gz
 PORTDOCS=	README
 
 OPTIONS_DEFINE=	DOCS
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/chrootuid ${STAGEDIR}${PREFIX}/sbin/
-	${INSTALL_MAN} ${WRKSRC}/chrootuid.1 ${STAGEDIR}${PREFIX}/man/man8
+	${INSTALL_MAN} ${WRKSRC}/chrootuid.1 ${STAGEDIR}${PREFIX}/share/man/man8
 
 do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}