Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Mar 2024 09:56:05 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 92e54b5191ca - main - mail/mboxgrep: Move man pages to share/man
Message-ID:  <202403100956.42A9u5E4028653@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

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

commit 92e54b5191cab57ca7271c73d233ded8a0f79216
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-10 08:08:44 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-10 09:55:38 +0000

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

diff --git a/mail/mboxgrep/Makefile b/mail/mboxgrep/Makefile
index abe607f96786..81d0b2e6cf71 100644
--- a/mail/mboxgrep/Makefile
+++ b/mail/mboxgrep/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	mboxgrep
 PORTVERSION=	0.7.12a
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	https://git.datatipp.se/attachments/5e6a5b31-60b9-4fb3-9674-fe1e292e8fee?dummy=/
 
@@ -12,10 +13,11 @@ LICENSE_FILE=	${WRKSRC}/COPYING.md
 
 USES=		autoreconf:build localbase
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 INSTALL_TARGET=	install-strip
 
 INFO=		mboxgrep
-PLIST_FILES=	bin/mboxgrep man/man1/mboxgrep.1.gz
+PLIST_FILES=	bin/mboxgrep share/man/man1/mboxgrep.1.gz
 
 OPTIONS_DEFINE=	PCRE
 OPTIONS_DEFAULT=	PCRE



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