JSP - Johnson's Server Project
SERVER - Installing the Ports Collection

Get the latest ports collection Download ports.tar.gz from ftp.freebsd.org (put it in /tmp)
Delete old ports collection cd /usr
rm -r ports (delete the ports directory and everything below)
Install the new ports collection tar -zxpvf /tmp/ports.tar.gz
Install a port example - portupgrade
cd /usr/ports/sysutils/portupgrade
make install clean
Try running it type portupgrade
if the program isn't found, run rehash