> + 2. Clean any partially completed builds, and uninstall all > installed ports: > {{{ > +sudo port clean installed It be much faster and thorough to use `sudo rm -rf ${prefix}/var/ macports/build/*` Even `sudo port clean all` would be better.