git: 75ebe3b9f1f0 - main - x11-drivers/xf86-video-scfb: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 17:03:47 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=75ebe3b9f1f0e4647f1d9b940129a4f7b1640e8e commit 75ebe3b9f1f0e4647f1d9b940129a4f7b1640e8e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 16:55:22 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 16:55:22 +0000 x11-drivers/xf86-video-scfb: Moved man to share/man Approved by: portmgr (blanket) --- x11-drivers/xf86-video-scfb/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/x11-drivers/xf86-video-scfb/Makefile b/x11-drivers/xf86-video-scfb/Makefile index a4b2753d3060..f7217ade0538 100644 --- a/x11-drivers/xf86-video-scfb/Makefile +++ b/x11-drivers/xf86-video-scfb/Makefile @@ -1,6 +1,6 @@ PORTNAME= xf86-video-scfb PORTVERSION= 0.0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -9,7 +9,9 @@ WWW= https://github.com/rayddteam/xf86-video-scfb USES= xorg-cat:driver PLIST_FILES= lib/xorg/modules/drivers/scfb_drv.so \ - man/man4/scfb.4x.gz + share/man/man4/scfb.4x.gz + +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share IGNORE_MASTER_SITE_XORG=yes USE_GITHUB= yes