mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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:
parent
3b19ce9fe0
commit
6f13d07438
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58301
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue