Date: Thu, 22 Feb 2024 21:35:57 GMT From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: aceef2fc162f - main - sysutils/biosfont: move manpages to share/man Message-ID: <202402222135.41MLZvue041372@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=aceef2fc162f7e4386bb7aa1c7cb28d2a97b729c commit aceef2fc162f7e4386bb7aa1c7cb28d2a97b729c Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-02-22 21:34:24 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-02-22 21:34:24 +0000 sysutils/biosfont: move manpages to share/man --- sysutils/biosfont/Makefile | 3 ++- sysutils/biosfont/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sysutils/biosfont/Makefile b/sysutils/biosfont/Makefile index 94ad0ab94518..3336123289f6 100644 --- a/sysutils/biosfont/Makefile +++ b/sysutils/biosfont/Makefile @@ -1,5 +1,6 @@ PORTNAME= biosfont PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= rene@FreeBSD.org @@ -18,6 +19,6 @@ WRKSRC_SUBDIR= biosfont post-install: ${INSTALL_DATA} ${WRKSRC}/biosfont.h ${STAGEDIR}${PREFIX}/include - ${INSTALL_MAN} ${WRKSRC}/biosfont.4 ${STAGEDIR}${PREFIX}/man/man4 + ${INSTALL_MAN} ${WRKSRC}/biosfont.4 ${STAGEDIR}${PREFIX}/share/man/man4 .include <bsd.port.mk> diff --git a/sysutils/biosfont/pkg-plist b/sysutils/biosfont/pkg-plist index 83715cbb5419..50cda661768f 100644 --- a/sysutils/biosfont/pkg-plist +++ b/sysutils/biosfont/pkg-plist @@ -1,3 +1,3 @@ include/biosfont.h -man/man4/biosfont.4.gz +share/man/man4/biosfont.4.gz /%%KMODDIR%%/biosfont.ko
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402222135.41MLZvue041372>