git: 60e694256fd7 - main - x11-servers/x2vnc: Moved man to share/man

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=60e694256fd73fbf0a5bdcada53e6e434475fc8f

commit 60e694256fd73fbf0a5bdcada53e6e434475fc8f
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 17:07:12 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 17:52:26 +0000

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

diff --git a/x11-servers/x2vnc/Makefile b/x11-servers/x2vnc/Makefile
index 978fc13065c9..fd4981984155 100644
--- a/x11-servers/x2vnc/Makefile
+++ b/x11-servers/x2vnc/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	x2vnc
 PORTVERSION=	1.7.2
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	x11-servers
 MASTER_SITES=	http://fredrik.hubbe.net/x2vnc/
@@ -12,11 +13,12 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 USES=		xorg
 USE_XORG=	x11 xext xrandr xxf86dga ice xinerama xrandr xrender xscrnsaver sm
 
 PLIST_FILES=	bin/x2vnc \
-		man/man1/x2vnc.1.gz
+		share/man/man1/x2vnc.1.gz
 
 .include <bsd.port.mk>