Date: Mon, 26 Feb 2024 16:37:15 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: 009b82827213 - main - x11-drivers/xf86-input-void: Moved man to share/man Message-ID: <202402261637.41QGbFxp025680@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=009b82827213e0516fabd67392336368f6ad6eb7 commit 009b82827213e0516fabd67392336368f6ad6eb7 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 16:30:02 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 16:36:31 +0000 x11-drivers/xf86-input-void: Moved man to share/man Approved by: portmgr (blanket) --- x11-drivers/xf86-input-void/Makefile | 4 +++- x11-drivers/xf86-input-void/pkg-plist | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/x11-drivers/xf86-input-void/Makefile b/x11-drivers/xf86-input-void/Makefile index 52e219429ddf..c1a57434e12b 100644 --- a/x11-drivers/xf86-input-void/Makefile +++ b/x11-drivers/xf86-input-void/Makefile @@ -1,6 +1,6 @@ PORTNAME= xf86-input-void PORTVERSION= 1.4.1 -PORTREVISION= 5 +PORTREVISION= 6 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-input-void/pkg-plist b/x11-drivers/xf86-input-void/pkg-plist index 586d25af13dd..34c23d41fdf1 100644 --- a/x11-drivers/xf86-input-void/pkg-plist +++ b/x11-drivers/xf86-input-void/pkg-plist @@ -1,2 +1,2 @@ lib/xorg/modules/input/void_drv.so -man/man4/void.4x.gz +share/man/man4/void.4x.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402261637.41QGbFxp025680>