summaryrefslogtreecommitdiff
path: root/net/py-ldap2
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-04-29 09:59:55 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-04-29 09:59:55 +0000
commit6f13d074386fa42dc747b39a747d30c797d5b0cd (patch)
tree0b98d0e1c0ec537a2ca16f82db3c8925185fe27f /net/py-ldap2
parentVersion update from 1.0 to 1.0p1 (diff)
- Use PYTHON_CMD
Mostly to make the Zope user easier to install this port. PR: 37421 Submitted by: terry@taipeitimes.com
Notes
Notes: svn path=/head/; revision=58301
Diffstat (limited to 'net/py-ldap2')
-rw-r--r--net/py-ldap2/Makefile4
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>