freebsd notes – compiling and installing using ports
# compiling and installing using ports
ex.
whereis package cd /usr/ports/package make
# installing bash
cd /usr/ports/shells/bash sudo make sudo make install
# installing screen
cd /usr/ports/sysutils/screen sudo make
