Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2024 20:39:15 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ca25826fa462 - main - mail/bbmail: Moved man to share/man
Message-ID:  <202402262039.41QKdFCT039778@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402262039.41QKdFCT039778>