Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2024 11:06:36 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: 4a473b572803 - main - misc/binbloom: Move man pages to share/man
Message-ID:  <202403171106.42HB6aCW072665@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=4a473b572803ebb2680fa610cfa86734ea16186d

commit 4a473b572803ebb2680fa610cfa86734ea16186d
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-17 09:56:11 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-17 11:06:22 +0000

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

diff --git a/misc/binbloom/Makefile b/misc/binbloom/Makefile
index ee0e68275627..e94483f04c4b 100644
--- a/misc/binbloom/Makefile
+++ b/misc/binbloom/Makefile
@@ -2,6 +2,7 @@ PORTNAME=	binbloom
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.0-12
 DISTVERSIONSUFFIX=	-g95cfaac
+PORTREVISION=	1
 CATEGORIES=	misc
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -17,8 +18,9 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	quarkslab
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 PLIST_FILES=	bin/binbloom \
-		man/man1/binbloom.1.gz
+		share/man/man1/binbloom.1.gz
 
 .include <bsd.port.mk>



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