JSP - Johnson's Server Project FIREWALL - Installing the Ports Collection
Get latest ports.tar.gz (put it in /tmp)
cd /usr
rm -r ports (delete the ports directory and everything below)
tar -zxpvf /tmp/ports.tar.gz
--------------------------------------
to create, for example, flightgear:
go to /usr/ports/games/flightgear
make (this runs the make file - it may ask for additional files to be copied into /usr/ports/distfiles)