aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers/xf86-video-amdgpu
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 16:33:08 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 16:36:32 +0000
commitab126e8d334cba34c8d21c097a0ade5ec5060316 (patch)
treef8325753b73f73642877ffebf7aae434d28b295e /x11-drivers/xf86-video-amdgpu
parent603cf1b141378727c1a2518d1c27b69ba76df974 (diff)
downloadports-ab126e8d334cba34c8d21c097a0ade5ec5060316.tar.gz
ports-ab126e8d334cba34c8d21c097a0ade5ec5060316.zip
x11-drivers/xf86-video-amdgpu: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'x11-drivers/xf86-video-amdgpu')
-rw-r--r--x11-drivers/xf86-video-amdgpu/Makefile5
1 files 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>