git: 502731c744bf - main - mail/cyrus2dovecot: Moved man to share/man

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

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

commit 502731c744bf4ae3605906fd39b61f3c1628d3c2
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 16:59:48 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 16:59:48 +0000

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

diff --git a/mail/cyrus2dovecot/Makefile b/mail/cyrus2dovecot/Makefile
index f8938ddb5a73..fcecae771d28 100644
--- a/mail/cyrus2dovecot/Makefile
+++ b/mail/cyrus2dovecot/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	cyrus2dovecot
 PORTVERSION=	1.3
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://www.cyrus2dovecot.sw.fu-berlin.de/download/
 EXTRACT_SUFX=
@@ -12,7 +13,7 @@ WWW=		http://www.cyrus2dovecot.sw.fu-berlin.de/
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
+PLIST_FILES=	bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz
 
 USES=		perl5 shebangfix
 SHEBANG_FILES=	${DISTNAME}
@@ -30,6 +31,6 @@ do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \
 		${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \
-		${STAGEDIR}${PREFIX}/man/man1/${PORTNAME}.1
+		${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1
 
 .include <bsd.port.mk>