Date: Mon, 26 Feb 2024 16:37:20 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e1da8446ace6 - main - x11-drivers/xf86-video-ati: Moved man to share/man Message-ID: <202402261637.41QGbKGH025867@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=e1da8446ace633688eb515b337a4a1ee5becb2ec commit e1da8446ace633688eb515b337a4a1ee5becb2ec Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 16:34:48 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 16:36:34 +0000 x11-drivers/xf86-video-ati: Moved man to share/man Approved by: portmgr (blanket) --- x11-drivers/xf86-video-ati/Makefile | 3 ++- x11-drivers/xf86-video-ati/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/x11-drivers/xf86-video-ati/Makefile b/x11-drivers/xf86-video-ati/Makefile index 6de0c0a29264..5a2046c0be54 100644 --- a/x11-drivers/xf86-video-ati/Makefile +++ b/x11-drivers/xf86-video-ati/Makefile @@ -1,6 +1,6 @@ PORTNAME= xf86-video-ati PORTVERSION= 19.1.0 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= x11-drivers @@ -30,6 +30,7 @@ USES= gl xorg xorg-cat:driver USE_GL= gl USE_XORG= pciaccess +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS+=--disable-udev .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-ati/pkg-plist b/x11-drivers/xf86-video-ati/pkg-plist index d7aee07c05b0..6731330ff43f 100644 --- a/x11-drivers/xf86-video-ati/pkg-plist +++ b/x11-drivers/xf86-video-ati/pkg-plist @@ -1,5 +1,5 @@ lib/xorg/modules/drivers/ati_drv.so lib/xorg/modules/drivers/radeon_drv.so -man/man4/ati.4x.gz -man/man4/radeon.4x.gz +share/man/man4/ati.4x.gz +share/man/man4/radeon.4x.gz share/X11/xorg.conf.d/10-radeon.conf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402261637.41QGbKGH025867>