mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Install the manpages for the scripts that currenty run on FreeBSD
This commit is contained in:
parent
50752fe27e
commit
59699c95e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420036
2 changed files with 10 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= dtrace-toolkit
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= skreuzer@FreeBSD.org
|
||||
|
@ -81,4 +82,9 @@ do-install:
|
|||
${LN} -fs ${DATADIR}/opensnoop ${STAGEDIR}${PREFIX}/bin/opensnoop
|
||||
${LN} -fs ${DATADIR}/Apps/shellsnoop ${STAGEDIR}${PREFIX}/bin/shellsnoop
|
||||
|
||||
.for MANPAGE in hotkernel procsystime opensnoop shellsnoop
|
||||
${INSTALL_MAN} ${WRKSRC}/Man/man1m/${MANPAGE}.1m \
|
||||
${STAGEDIR}${MAN1PREFIX}/man/man1/${MANPAGE}.1
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -2,6 +2,10 @@ bin/hotkernel
|
|||
bin/opensnoop
|
||||
bin/procsystime
|
||||
bin/shellsnoop
|
||||
man/man1/hotkernel.1.gz
|
||||
man/man1/opensnoop.1.gz
|
||||
man/man1/procsystime.1.gz
|
||||
man/man1/shellsnoop.1.gz
|
||||
%%DATADIR%%/Apps/Readme
|
||||
%%DATADIR%%/Apps/httpdstat.d
|
||||
%%DATADIR%%/Apps/nfswizard.d
|
||||
|
|
Loading…
Add table
Reference in a new issue