git: 16c57d82cf63 - main - x11/wmsystemtray: Moved man to share/man

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=16c57d82cf63733fe0e145277354fec59419b634

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

    x11/wmsystemtray: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 x11/wmsystemtray/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/x11/wmsystemtray/Makefile b/x11/wmsystemtray/Makefile
index f4686bc7dc3d..4b3e2e4ed812 100644
--- a/x11/wmsystemtray/Makefile
+++ b/x11/wmsystemtray/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	wmsystemtray
 PORTVERSION=	1.4
+PORTREVISION=	1
 CATEGORIES=	x11 windowmaker afterstep
 MASTER_SITES=	SF/wmsystemtray/wmsystemtray
 
@@ -14,6 +15,7 @@ USES=		pkgconfig xorg
 USE_XORG=	ice sm x11 xext xfixes xmu xpm
 
 GNU_CONFIGURE=	yes
-PLIST_FILES=	bin/wmsystemtray man/man1/wmsystemtray.1.gz
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
+PLIST_FILES=	bin/wmsystemtray share/man/man1/wmsystemtray.1.gz
 
 .include <bsd.port.mk>