Bug 50407 - mail/pyzor - installed scripts need Python path changed
Summary: mail/pyzor - installed scripts need Python path changed
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-28 21:00 UTC by Linh Pham
Modified: 2003-04-09 19:07 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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