git: 5c831c632c2b - main - x11/wmctrl: Moved man to share/man

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=5c831c632c2b47dda91aa2c773aab79acdaca600

commit 5c831c632c2b47dda91aa2c773aab79acdaca600
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 19:17:18 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 19:26:37 +0000

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

diff --git a/x11/wmctrl/Makefile b/x11/wmctrl/Makefile
index 4dbd86d942a7..c4595c94b23b 100644
--- a/x11/wmctrl/Makefile
+++ b/x11/wmctrl/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	wmctrl
 PORTVERSION=	1.07
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	x11
 MASTER_SITES=	http://sweb.cz/tripie/utils/wmctrl/dist/
 
@@ -12,9 +12,10 @@ LICENSE=	GPLv2
 
 USES=		gnome pkgconfig xorg
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 USE_XORG=	x11 xmu xext xt
 USE_GNOME=	glib20
 
-PLIST_FILES=	bin/wmctrl man/man1/${PORTNAME}.1.gz
+PLIST_FILES=	bin/wmctrl share/man/man1/${PORTNAME}.1.gz
 
 .include <bsd.port.mk>