Date: Mon, 26 Feb 2024 17:03:37 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: 7747279bc0b8 - main - x11-drivers/xf86-video-i740: Moved man to share/man Message-ID: <202402261703.41QH3bqG075714@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=7747279bc0b8e16c704ac8f08125e2c470636bd1 commit 7747279bc0b8e16c704ac8f08125e2c470636bd1 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 16:42:37 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 16:42:37 +0000 x11-drivers/xf86-video-i740: Moved man to share/man Approved by: portmgr (blanket) --- x11-drivers/xf86-video-i740/Makefile | 4 +++- x11-drivers/xf86-video-i740/pkg-plist | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/x11-drivers/xf86-video-i740/Makefile b/x11-drivers/xf86-video-i740/Makefile index 1cf11af35be5..44088332de5f 100644 --- a/x11-drivers/xf86-video-i740/Makefile +++ b/x11-drivers/xf86-video-i740/Makefile @@ -1,6 +1,6 @@ PORTNAME= xf86-video-i740 PORTVERSION= 1.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -9,4 +9,6 @@ WWW= https://www.x.org/ USES= xorg-cat:driver +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share + .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-i740/pkg-plist b/x11-drivers/xf86-video-i740/pkg-plist index 2c0a0b4965ca..79c1d5ed75e5 100644 --- a/x11-drivers/xf86-video-i740/pkg-plist +++ b/x11-drivers/xf86-video-i740/pkg-plist @@ -1,2 +1,2 @@ lib/xorg/modules/drivers/i740_drv.so -man/man4/i740.4x.gz +share/man/man4/i740.4x.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402261703.41QH3bqG075714>