git: ca25826fa462 - main - mail/bbmail: Moved man to share/man

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

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

commit ca25826fa4625d321bdf5a445237d478c81ac02d
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 20:29:04 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 20:38:48 +0000

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

diff --git a/mail/bbmail/Makefile b/mail/bbmail/Makefile
index a85e637206bc..ad24f673e2de 100644
--- a/mail/bbmail/Makefile
+++ b/mail/bbmail/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	bbmail
 PORTVERSION=	0.9.3
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	SF/bbtools/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -14,7 +15,8 @@ BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/libbt.pc:x11-wm/blackbox
 USES=		pkgconfig xorg
 USE_XORG=	xext
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
-PLIST_FILES=	bin/bbmail man/man1/bbmail.1.gz share/bbtools/bbmail.rc
+PLIST_FILES=	bin/bbmail share/man/man1/bbmail.1.gz share/bbtools/bbmail.rc
 
 .include <bsd.port.mk>