git: 7b2852d6a231 - main - x11-wm/bbkeys: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Mon, 26 Feb 2024 21:41:38 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7b2852d6a231bd43d5ed780ae0115b7aad255e69

commit 7b2852d6a231bd43d5ed780ae0115b7aad255e69
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 21:33:07 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 21:40:50 +0000

    x11-wm/bbkeys: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 x11-wm/bbkeys/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/x11-wm/bbkeys/Makefile b/x11-wm/bbkeys/Makefile
index 86831434ca9c..10dec5b481ca 100644
--- a/x11-wm/bbkeys/Makefile
+++ b/x11-wm/bbkeys/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	bbkeys
 PORTVERSION=	0.9.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-wm
 MASTER_SITES=	SF
 
@@ -16,13 +16,14 @@ USES=		perl5 pkgconfig xorg
 USE_PERL5=	build
 USE_XORG=	x11 xext
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CPPFLAGS+=	`pkg-config --cflags xft`
 LDFLAGS+=	`pkg-config --libs xft`
 
 PORTDOCS=	AUTHORS BUGS ChangeLog NEWS README TODO
 
 PLIST_FILES=	bin/bbkeys %%DATADIR%%/bbkeysrc %%DATADIR%%/defaultStyle \
-		man/man1/bbkeys.1.gz man/man5/bbkeysrc.5.gz
+		share/man/man1/bbkeys.1.gz share/man/man5/bbkeysrc.5.gz
 
 OPTIONS_DEFINE=	DOCS