To remove a port: make deinstall (if the version numbers still match) or pkg_info | grep <some part of the port name> and then: pkg_delete <the full name pkg_info showed you in column 1> This is due to the version number changing at times and we record thet in the package name. Niklas