Date: Mon, 26 Feb 2024 16:37:19 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: 606144e3bb67 - main - x11-drivers/xf86-video-apm: Moved man to share/man Message-ID: <202402261637.41QGbJvD025822@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=606144e3bb677aee4c5885a3fec5a8716162b97d commit 606144e3bb677aee4c5885a3fec5a8716162b97d Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 16:33:56 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 16:36:33 +0000 x11-drivers/xf86-video-apm: Moved man to share/man Approved by: portmgr (blanket) --- x11-drivers/xf86-video-apm/Makefile | 4 +++- x11-drivers/xf86-video-apm/pkg-plist | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/x11-drivers/xf86-video-apm/Makefile b/x11-drivers/xf86-video-apm/Makefile index 6da5689cc4f3..3695866cfecb 100644 --- a/x11-drivers/xf86-video-apm/Makefile +++ b/x11-drivers/xf86-video-apm/Makefile @@ -1,6 +1,6 @@ PORTNAME= xf86-video-apm PORTVERSION= 1.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -8,4 +8,6 @@ COMMENT= X.Org apm display driver USES= xorg-cat:driver +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share + .include <bsd.port.mk> diff --git a/x11-drivers/xf86-video-apm/pkg-plist b/x11-drivers/xf86-video-apm/pkg-plist index 1069d09b9dad..f9ac98a2d901 100644 --- a/x11-drivers/xf86-video-apm/pkg-plist +++ b/x11-drivers/xf86-video-apm/pkg-plist @@ -1,2 +1,2 @@ lib/xorg/modules/drivers/apm_drv.so -man/man4/apm.4x.gz +share/man/man4/apm.4x.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402261637.41QGbJvD025822>