The pyzor and pyzord scripts installed under $PREFIX/bin for the mail/pyzor port has an incorrect path to the Python executable. Currently, both scripts start off with: #!/usr/bin/python2 Fix: Add a patch or a step in the port's Makefile to $PYTHON_CMD of the installed Python port or executable. This could be done with two quick commands using sed. How-To-Repeat: Install the mail/pyzor port (PORTVERSION=0.4.0) and look at the first line of the two installed scripts, pyzor and pyzord, under $PREFIX/bin.
State Changed From-To: open->closed A fix was committed, thanks for reporting