diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-04-29 17:59:55 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-04-29 17:59:55 +0800 |
commit | 0a26fc7617761f72bebdce0cb25b36b6733bcf82 (patch) | |
tree | a6660eeb0296c6fc851857602b46387405729c24 /net | |
parent | 8406691569370ef4aa9fda3168680567e965d8f4 (diff) | |
download | freebsd-ports-gnome-0a26fc7617761f72bebdce0cb25b36b6733bcf82.tar.gz freebsd-ports-gnome-0a26fc7617761f72bebdce0cb25b36b6733bcf82.tar.zst freebsd-ports-gnome-0a26fc7617761f72bebdce0cb25b36b6733bcf82.zip |
- 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')
-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 8d243c10d0d7..e183d7fa2c83 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> |