Date: Sun, 25 Feb 2024 14:30:50 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: b5772c75889c - main - sysutils/acerhdf-kmod: Moved man to share/man Message-ID: <202402251430.41PEUoC4070988@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=b5772c75889cbb4bda05fb11c5d94903ff142144 commit b5772c75889cbb4bda05fb11c5d94903ff142144 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 13:50:19 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 14:30:20 +0000 sysutils/acerhdf-kmod: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/acerhdf-kmod/Makefile | 3 ++- sysutils/acerhdf-kmod/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sysutils/acerhdf-kmod/Makefile b/sysutils/acerhdf-kmod/Makefile index 40c39cb81e69..f56f0a1da710 100644 --- a/sysutils/acerhdf-kmod/Makefile +++ b/sysutils/acerhdf-kmod/Makefile @@ -1,5 +1,6 @@ PORTNAME= acerhdf-kmod DISTVERSION= 0.1.4 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://codeberg.org/attachments/c87b1205-eb13-4500-8066-254e7237277b?dummy=/ @@ -15,6 +16,6 @@ ONLY_FOR_ARCHS_REASON= specific to one machine USES= kmod uidfix post-install: - ${INSTALL_MAN} ${WRKSRC}/acerhdf.4 ${STAGEDIR}${PREFIX}/man/man4 + ${INSTALL_MAN} ${WRKSRC}/acerhdf.4 ${STAGEDIR}${PREFIX}/share/man/man4 .include <bsd.port.mk> diff --git a/sysutils/acerhdf-kmod/pkg-plist b/sysutils/acerhdf-kmod/pkg-plist index 970faf474c1c..68e883c045ff 100644 --- a/sysutils/acerhdf-kmod/pkg-plist +++ b/sysutils/acerhdf-kmod/pkg-plist @@ -1,2 +1,2 @@ /%%KMODDIR%%/acerhdf.ko -man/man4/acerhdf.4.gz +share/man/man4/acerhdf.4.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402251430.41PEUoC4070988>