git: 1e1d7f3bc51b - main - x11/xbindkeys: Moved man to share/man

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=1e1d7f3bc51b24a49dd7a997c73e5f641a617c48

commit 1e1d7f3bc51b24a49dd7a997c73e5f641a617c48
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 19:20:53 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 19:26:39 +0000

    x11/xbindkeys: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 x11/xbindkeys/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile
index d40b2bc526e0..a22bb1372a1d 100644
--- a/x11/xbindkeys/Makefile
+++ b/x11/xbindkeys/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xbindkeys
 PORTVERSION=	1.8.7
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	http://www.nongnu.org/xbindkeys/
 
@@ -13,14 +14,15 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USES=		xorg
 USE_XORG=	x11 xi
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
-PLIST_FILES=	bin/xbindkeys %%EXAMPLESDIR%%/xbindkeysrc man/man1/xbindkeys.1.gz
+PLIST_FILES=	bin/xbindkeys %%EXAMPLESDIR%%/xbindkeysrc share/man/man1/xbindkeys.1.gz
 
 OPTIONS_DEFINE=	GUILE TCL
 
 TCL_USES=		tk
 TCL_CONFIGURE_OFF=	--disable-tk
-TCL_PLIST_FILES=	bin/xbindkeys_show man/man1/xbindkeys_show.1.gz
+TCL_PLIST_FILES=	bin/xbindkeys_show share/man/man1/xbindkeys_show.1.gz
 GUILE_USES=		guile:1.8,2.2,3.0 autoreconf gettext-tools pkgconfig
 GUILE_CONFIGURE_ENABLE=	guile