aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-03-17 09:56:11 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-03-17 11:06:22 +0000
commit4a473b572803ebb2680fa610cfa86734ea16186d (patch)
treeb6f81cf0176082dcb69a19c917cbb241b63aeab1
parent2e40b8aed62b8cabbd0c79c55def6b1aff50042e (diff)
downloadports-4a473b572803ebb2680fa610cfa86734ea16186d.tar.gz
ports-4a473b572803ebb2680fa610cfa86734ea16186d.zip
misc/binbloom: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--misc/binbloom/Makefile4
1 files changed, 3 insertions, 1 deletions
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>