git: 95135d7041be - main - sysutils/runit: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Mar 2024 20:18:44 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=95135d7041bed44da703199c68b20276c835d421 commit 95135d7041bed44da703199c68b20276c835d421 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-22 19:02:45 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-22 20:18:18 +0000 sysutils/runit: Move man pages to share/man Approved by: portmgr (blanket) --- sysutils/runit/Makefile | 4 ++-- sysutils/runit/pkg-plist | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/sysutils/runit/Makefile b/sysutils/runit/Makefile index 44cf1846c437..df518f459e92 100644 --- a/sysutils/runit/Makefile +++ b/sysutils/runit/Makefile @@ -1,6 +1,6 @@ PORTNAME= runit PORTVERSION= 2.1.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= http://smarden.org/${PORTNAME}/ \ http://www.bayofrum.net/dist/${PORTNAME}/ @@ -58,7 +58,7 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/command/* ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/man/* ${STAGEDIR}${PREFIX}/man/man8/ + ${INSTALL_MAN} ${WRKSRC}/man/* ${STAGEDIR}${PREFIX}/share/man/man8/ @${MKDIR} ${STAGEDIR}${ETCDIR}/getty-ttyv4 ${INSTALL_SCRIPT} ${WRKDIR}/etc/[123c]* ${STAGEDIR}${ETCDIR} ${INSTALL_SCRIPT} ${WRKDIR}/etc/getty-ttyv4/* \ diff --git a/sysutils/runit/pkg-plist b/sysutils/runit/pkg-plist index abdf8299290b..36abc39a2bdf 100644 --- a/sysutils/runit/pkg-plist +++ b/sysutils/runit/pkg-plist @@ -5,15 +5,6 @@ @sample %%ETCDIR%%/getty-ttyv4/run.sample @sample %%ETCDIR%%/getty-ttyv4/finish.sample @sample %%ETCDIR%%/getty-ttyv4/whichtty.sample -man/man8/chpst.8.gz -man/man8/runit-init.8.gz -man/man8/runit.8.gz -man/man8/runsv.8.gz -man/man8/runsvchdir.8.gz -man/man8/runsvdir.8.gz -man/man8/sv.8.gz -man/man8/svlogd.8.gz -man/man8/utmpset.8.gz sbin/chpst sbin/runit sbin/runit-init @@ -23,3 +14,12 @@ sbin/runsvdir sbin/sv sbin/svlogd sbin/utmpset +share/man/man8/chpst.8.gz +share/man/man8/runit-init.8.gz +share/man/man8/runit.8.gz +share/man/man8/runsv.8.gz +share/man/man8/runsvchdir.8.gz +share/man/man8/runsvdir.8.gz +share/man/man8/sv.8.gz +share/man/man8/svlogd.8.gz +share/man/man8/utmpset.8.gz