git: b91f242faffb - main - misc/retry: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 24 Feb 2024 20:43:58 UTC
The branch main has been updated by bofh:

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

commit b91f242faffb94525a4fb75d9310b1711ad338b9
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 20:28:22 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 20:43:16 +0000

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

diff --git a/misc/retry/Makefile b/misc/retry/Makefile
index a7ac1f6c3d41..4fac4e27898a 100644
--- a/misc/retry/Makefile
+++ b/misc/retry/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	retry
 DISTVERSION=	1.0.5
+PORTREVISION=	1
 CATEGORIES=	misc
 MASTER_SITES=	https://github.com/minfrin/${PORTNAME}/releases/download/${PORTNAME}-${DISTVERSION}/
 
@@ -13,8 +14,9 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USES=		tar:bzip2
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 PLIST_FILES=	bin/retry \
-		man/man1/retry.1.gz
+		share/man/man1/retry.1.gz
 
 .include <bsd.port.mk>