diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-04-29 09:59:55 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-04-29 09:59:55 +0000 |
commit | 0a26fc7617761f72bebdce0cb25b36b6733bcf82 (patch) | |
tree | a6660eeb0296c6fc851857602b46387405729c24 /net/py-ldap2 | |
parent | 8406691569370ef4aa9fda3168680567e965d8f4 (diff) | |
download | FreeBSD-ports-0a26fc7617761f72bebdce0cb25b36b6733bcf82.zip FreeBSD-ports-0a26fc7617761f72bebdce0cb25b36b6733bcf82.tar.gz |
- Use PYTHON_CMD
Mostly to make the Zope user easier to install this port.
PR: 37421
Submitted by: terry@taipeitimes.com
Diffstat (limited to 'net/py-ldap2')
-rw-r--r-- | net/py-ldap2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-ldap2/Makefile b/net/py-ldap2/Makefile index 8d243c1..e183d7f 100644 --- a/net/py-ldap2/Makefile +++ b/net/py-ldap2/Makefile @@ -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> |