git: 5c237b8869af - main - x11/xcm: Moved man to share/man

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

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

commit 5c237b8869af471db8042cd6ec66596a8af10fef
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 21:38:22 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 21:40:52 +0000

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

diff --git a/x11/xcm/Makefile b/x11/xcm/Makefile
index 836c2831ea4c..aaf4c4d292f9 100644
--- a/x11/xcm/Makefile
+++ b/x11/xcm/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xcm
 PORTVERSION=	0.5.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11
 
 MAINTAINER=	ports@FreeBSD.org
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libXcm.so:x11/libXcm \
 USE_GITHUB=	yes
 GH_ACCOUNT=	oyranos-cms
 HAS_CONFIGURE=	yes
-CONFIGURE_ARGS=	--mandir=${PREFIX}/man
+CONFIGURE_ARGS=	--mandir=${PREFIX}/share/man
 USES=		pkgconfig xorg
 USE_XORG=	x11 xfixes xmu xt
 
@@ -24,9 +24,9 @@ USE_XORG=	x11 xfixes xmu xt
 #USE_XORG=	xcm
 
 PLIST_FILES=	bin/xcm bin/xcmedid bin/xcmevents bin/xcmhextobin \
-		man/man1/xcm.1.gz \
-		man/man1/xcmddc.1.gz man/man1/xcmedid.1.gz \
-		man/man1/xcmevents.1.gz man/man1/xcmhextobin.1.gz
+		share/man/man1/xcm.1.gz \
+		share/man/man1/xcmddc.1.gz share/man/man1/xcmedid.1.gz \
+		share/man/man1/xcmevents.1.gz share/man/man1/xcmhextobin.1.gz
 PORTDOCS=	*
 
 OPTIONS_DEFINE=	DOCS