Installing Portsnap on FreeBSD 7

Update Ports Collection / Upgrade installed ports on your system

# The new way to keep your ports tree updated via "portsnap"

# This will update your system to have the latest "ports installer files" available on your system!
# Portsnap
/usr/sbin/portsnap fetch
/usr/sbin/portsnap extract
/usr/sbin/portsnap update

# Quick updates run this periodically
/usr/sbin/portsnap fetch && /usr/sbin/portsnap update