mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
- Install a man.conf for the toolkit's manual pages. - Explain in pkg-message - Some additional cosmetic changes PR: 262679 Reported by: grahamperrin@
23 lines
501 B
Text
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
|
|
}
|
|
]
|