git: 4a473b572803 - main - misc/binbloom: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Mar 2024 11:06:36 UTC
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>