This is an archive of past FreeBSD releases; it's part of the FreeBSD Documentation Archive.
Do use the macros provided in bsd.port.mk to ensure correct modes and ownership of files in your own *-install targets.
INSTALL_PROGRAM is a command to install binary executables.
INSTALL_SCRIPT is a command to install executable scripts.
INSTALL_DATA is a command to install sharable data.
INSTALL_MAN is a command to install manpages and other documentation (it does not compress anything).
These are basically the install command with all the appropriate flags. See below for an example on how to use them.
For questions about the FreeBSD ports
system, e-mail <ports@freebsd.org>.
For questions about this documentation, e-mail <doc@freebsd.org>.