git: 077c863df3e3 - main - sysutils/safecopy: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Mon, 26 Feb 2024 07:05:26 UTC
The branch main has been updated by bofh:

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

commit 077c863df3e350452da2877d18ed289a7ca1e01d
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 06:50:20 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 07:04:54 +0000

    sysutils/safecopy: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 sysutils/safecopy/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sysutils/safecopy/Makefile b/sysutils/safecopy/Makefile
index c7595284f425..38c34affcafe 100644
--- a/sysutils/safecopy/Makefile
+++ b/sysutils/safecopy/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	safecopy
 PORTVERSION=	1.7
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
 
@@ -12,8 +13,9 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		gmake
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 PLIST_FILES=	bin/safecopy \
-		man/man1/safecopy.1.gz
+		share/man/man1/safecopy.1.gz
 
 .include <bsd.port.mk>