Date: Mon, 26 Feb 2024 17:03:54 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: 761f73a6f173 - main - x11-drivers/xf86-video-voodoo: Moved man to share/man Message-ID: <202402261703.41QH3sc0076426@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=761f73a6f1730fb21ee0a5043ae3283c3becb201 commit 761f73a6f1730fb21ee0a5043ae3283c3becb201 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 17:00:13 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 17:00:13 +0000 x11-drivers/xf86-video-voodoo: Moved man to share/man Approved by: portmgr (blanket) --- x11-drivers/xf86-video-voodoo/Makefile | 4 +++- x11-drivers/xf86-video-voodoo/pkg-plist | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/x11-drivers/xf86-video-voodoo/Makefile b/x11-drivers/xf86-video-voodoo/Makefile index 50a93eb61bb7..6d51a7f02b1a 100644 --- a/x11-drivers/xf86-video-voodoo/Makefile +++ b/x11-drivers/xf86-video-voodoo/Makefile @@ -1,6 +1,6 @@ PORTNAME= xf86-video-voodoo PORTVERSION= 1.2.5 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -8,4 +8,6 @@ COMMENT= X.Org voodoo display driver USES= xorg-cat:driver +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share + .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-voodoo/pkg-plist b/x11-drivers/xf86-video-voodoo/pkg-plist index 120d5a21a90e..7c384e7d5049 100644 --- a/x11-drivers/xf86-video-voodoo/pkg-plist +++ b/x11-drivers/xf86-video-voodoo/pkg-plist @@ -1,2 +1,2 @@ lib/xorg/modules/drivers/voodoo_drv.so -man/man4/voodoo.4x.gz +share/man/man4/voodoo.4x.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402261703.41QH3sc0076426>