Bug 50407

Summary: mail/pyzor - installed scripts need Python path changed
Product: Ports & Packages Reporter: Linh Pham <question>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Linh Pham 2003-03-28 21:00:26 UTC
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.
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2003-04-09 19:07:33 UTC
State Changed
From-To: open->closed

A fix was committed, thanks for reporting