This is an archive of past FreeBSD releases; it's part of the FreeBSD Documentation Archive.
There are some tricks we have not mentioned yet about the pkg/ subdirectory that come in handy sometimes.
If you need to display a message to the installer, you may place the message in pkg/MESSAGE. This capability is often useful to display additional installation steps to be taken after a pkg_add or to display licensing information.
Note: The pkg/MESSAGE file does not need to be added to pkg/PLIST. Also, it will not get automatically printed if the user is using the port, not the package, so you should probably display it from the post-install target yourself.
For questions about the FreeBSD ports
system, e-mail <ports@freebsd.org>.
For questions about this documentation, e-mail <doc@freebsd.org>.