Date: Mon, 26 Feb 2024 17:03:43 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: d45f2c59deea - main - x11-drivers/xf86-video-openchrome: Moved man to share/man Message-ID: <202402261703.41QH3hEa075953@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=d45f2c59deea719d966f8a514d2b75f7c841e71a commit d45f2c59deea719d966f8a514d2b75f7c841e71a Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 16:48:49 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 16:48:49 +0000 x11-drivers/xf86-video-openchrome: Moved man to share/man Approved by: portmgr (blanket) --- x11-drivers/xf86-video-openchrome/Makefile | 4 ++-- x11-drivers/xf86-video-openchrome/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-drivers/xf86-video-openchrome/Makefile b/x11-drivers/xf86-video-openchrome/Makefile index fc7542c750c7..0c84f7a65b15 100644 --- a/x11-drivers/xf86-video-openchrome/Makefile +++ b/x11-drivers/xf86-video-openchrome/Makefile @@ -1,6 +1,6 @@ PORTNAME= xf86-video-openchrome PORTVERSION= 0.6.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -19,7 +19,7 @@ USE_XORG= x11 xext xv # Override pkg-config to prevent linking against libudev CONFIGURE_ENV+= LIBUDEV_LIBS="-L${LOCALBASE}" -MAKE_ARGS+= drivermandir=${LOCALBASE}/man/man4 +MAKE_ARGS+= drivermandir=${LOCALBASE}/share/man/man4 .include <bsd.port.options.mk> diff --git a/x11-drivers/xf86-video-openchrome/pkg-plist b/x11-drivers/xf86-video-openchrome/pkg-plist index 0bf636889ff8..c705de064cf8 100644 --- a/x11-drivers/xf86-video-openchrome/pkg-plist +++ b/x11-drivers/xf86-video-openchrome/pkg-plist @@ -5,4 +5,4 @@ %%XVMC%%lib/libchromeXvMCPro.so.1 %%XVMC%%lib/libchromeXvMCPro.so.1.0.0 lib/xorg/modules/drivers/openchrome_drv.so -man/man4/openchrome.4x.gz +share/man/man4/openchrome.4x.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402261703.41QH3hEa075953>