ports/sysutils/dtrace-toolkit/files/pkg-message.in
Mateusz Piotrowski 8b5689d656 sysutils/dtrace-toolkit: Fix manual pages installation
- Install a man.conf for the toolkit's manual pages.
- Explain in pkg-message
- Some additional cosmetic changes

PR:		262679
Reported by:	grahamperrin@
2022-07-08 21:24:56 +02:00

23 lines
501 B
Text

[
{ type: install
message: <<EOM
Many of the DTraceToolkit scripts do not work on FreeBSD at the moment,
usually because:
- They are using Solaris-specific features
- They use probes which are not supported yet on FreeBSD
Some popular scripts are installed at:
%%PREFIX%%/bin
The rest of the scripts and other toolkit files can be found in:
%%DATADIR%%
To view the manual pages in the "1m" manual section,
the section has to be specified explicitly, e.g.:
man -s 1m fddist
EOM
}
]