Bug 37421 - Makefile of /usr/ports/net/py-ldap2 should able to adapt for different version of Python
Summary: Makefile of /usr/ports/net/py-ldap2 should able to adapt for different versio...
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: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-24 16:40 UTC by Terry Huang
Modified: 2002-04-29 11:00 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 Terry Huang 2002-04-24 16:40:01 UTC
Mostly to make the Zope user easier to install this port.

Now, the Makefile for this port only for python2.2

Fix: 

diff for Makefile 
---------------------------------
37c37
<       cd ${WRKSRC} && python setup.py build
---
>       cd ${WRKSRC} && ${PYTHON_CMD} setup.py build
40c40
<       cd ${WRKSRC} && python setup.py install
---
>       cd ${WRKSRC} && ${PYTHON_CMD} setup.py install
---------------------------------
How-To-Repeat: *_*
Comment 1 Patrick Li freebsd_committer freebsd_triage 2002-04-28 17:56:45 UTC
Responsible Changed
From-To: freebsd-ports->dinoex

Over to maintainer
Comment 2 Dirk Meyer freebsd_committer freebsd_triage 2002-04-29 11:00:12 UTC
State Changed
From-To: open->closed

Comitted, Thanks.