git: 80589125bcfa - main - x11/xscope: Moved man to share/man

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=80589125bcfa6df12baf891c4ff0bf43110a2928

commit 80589125bcfa6df12baf891c4ff0bf43110a2928
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 19:30:11 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 20:38:40 +0000

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

diff --git a/x11/xscope/Makefile b/x11/xscope/Makefile
index d18de6ddde74..1c17547e8bce 100644
--- a/x11/xscope/Makefile
+++ b/x11/xscope/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xscope
 PORTVERSION=	1.4.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -12,6 +12,8 @@ LICENSE=	MIT
 USES=		xorg xorg-cat:app
 USE_XORG=	xorgproto x11 xext
 
-PLIST_FILES=	bin/xscope man/man1/xscope.1.gz
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
+
+PLIST_FILES=	bin/xscope share/man/man1/xscope.1.gz
 
 .include <bsd.port.mk>