- Use PYTHON_CMD

Mostly to make the Zope user easier to install this port.

PR:		37421
Submitted by:	terry@taipeitimes.com
This commit is contained in:
Dirk Meyer 2002-04-29 09:59:55 +00:00
parent 3b19ce9fe0
commit 6f13d07438
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58301

View file

@ -34,9 +34,9 @@ do-configure:
@${PERL5} -pi -e "s=lber ldap resolv=lber ldap=" ${WRKSRC}/setup.cfg
do-build:
cd ${WRKSRC} && python setup.py build
cd ${WRKSRC} && ${PYTHON_CMD} setup.py build
do-install:
cd ${WRKSRC} && python setup.py install
cd ${WRKSRC} && ${PYTHON_CMD} setup.py install
.include <bsd.port.mk>