From 6f13d074386fa42dc747b39a747d30c797d5b0cd Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Mon, 29 Apr 2002 09:59:55 +0000 Subject: - Use PYTHON_CMD Mostly to make the Zope user easier to install this port. PR: 37421 Submitted by: terry@taipeitimes.com --- net/py-ldap2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/py-ldap2') 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 -- cgit v1.2.3