Few tips for working with FreeBSD ports
To initialize ports collection for the first time.
$ portsnap fetch extractTo update ports collection.
$ portsnap fetch updateWhen you are building ports and want to skip the configuration questions.
$ export BATCH=yesTo clean up port build environment with all dependencies.
$ make clean clean-depends rmconfig