Date: Mon, 18 Mar 2024 12:28:29 GMT From: Christian Weisgerber <naddy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6e4fdd5a82d0 - main - misc/raspberrypi-gpioshutdown: Move man pages to share/man Message-ID: <202403181228.42ICSTNL046016@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by naddy: URL: https://cgit.FreeBSD.org/ports/commit/?id=6e4fdd5a82d081a40da7c6fb5f4a120d5d242ea2 commit 6e4fdd5a82d081a40da7c6fb5f4a120d5d242ea2 Author: Christian Weisgerber <naddy@FreeBSD.org> AuthorDate: 2024-03-18 12:21:17 +0000 Commit: Christian Weisgerber <naddy@FreeBSD.org> CommitDate: 2024-03-18 12:28:11 +0000 misc/raspberrypi-gpioshutdown: Move man pages to share/man Approved by: portmgr (blanket) --- misc/raspberrypi-gpioshutdown/Makefile | 4 +++- misc/raspberrypi-gpioshutdown/pkg-plist | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/misc/raspberrypi-gpioshutdown/Makefile b/misc/raspberrypi-gpioshutdown/Makefile index eaafbbee042d..dd752967a951 100644 --- a/misc/raspberrypi-gpioshutdown/Makefile +++ b/misc/raspberrypi-gpioshutdown/Makefile @@ -1,5 +1,6 @@ PORTNAME= raspberrypi-gpioshutdown DISTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://mrp3.com/ @@ -18,6 +19,7 @@ USE_RC_SUBR= ${KMODNAME} do-install: ${INSTALL_KLD} ${WRKSRC}/${KMODNAME}.ko ${STAGEDIR}${KMODDIR} - ${INSTALL_MAN} ${WRKSRC}/gpioshutdown.4 ${STAGEDIR}${PREFIX}/man/man4/ + ${INSTALL_MAN} ${WRKSRC}/gpioshutdown.4 \ + ${STAGEDIR}${PREFIX}/share/man/man4/ .include <bsd.port.mk> diff --git a/misc/raspberrypi-gpioshutdown/pkg-plist b/misc/raspberrypi-gpioshutdown/pkg-plist index cf5dbebe7c6c..cc400e3be8dd 100644 --- a/misc/raspberrypi-gpioshutdown/pkg-plist +++ b/misc/raspberrypi-gpioshutdown/pkg-plist @@ -1,2 +1,2 @@ /%%KMODDIR%%/gpioshutdown.ko -man/man4/gpioshutdown.4.gz +share/man/man4/gpioshutdown.4.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403181228.42ICSTNL046016>