git: ab126e8d334c - main - x11-drivers/xf86-video-amdgpu: Moved man to share/man

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

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

commit ab126e8d334cba34c8d21c097a0ade5ec5060316
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 16:33:08 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 16:36:32 +0000

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

diff --git a/x11-drivers/xf86-video-amdgpu/Makefile b/x11-drivers/xf86-video-amdgpu/Makefile
index a39ee8fbe9dc..6237be823fc6 100644
--- a/x11-drivers/xf86-video-amdgpu/Makefile
+++ b/x11-drivers/xf86-video-amdgpu/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	xf86-video-amdgpu
 PORTVERSION=	22.0.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-drivers
 
 PATCH_SITES=	https://gitlab.freedesktop.org/xorg/driver/${PORTNAME}/-/commit/
@@ -25,10 +25,11 @@ EXTRACT_SUFX=	.tar.xz
 USES=		gl xorg-cat:driver tar:xz
 USE_GL=		gbm
 
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS+=--disable-udev
 
 PLIST_FILES=	lib/xorg/modules/drivers/amdgpu_drv.so \
-		man/man4/amdgpu.4x.gz \
+		share/man/man4/amdgpu.4x.gz \
 		share/X11/xorg.conf.d/10-amdgpu.conf
 
 .include <bsd.port.mk>