diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-04-29 09:59:55 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-04-29 09:59:55 +0000 |
commit | 6f13d074386fa42dc747b39a747d30c797d5b0cd (patch) | |
tree | 0b98d0e1c0ec537a2ca16f82db3c8925185fe27f /net/py-ldap2 | |
parent | 3b19ce9fe008d89771e24545716346f51ea2a657 (diff) | |
download | ports-6f13d074386fa42dc747b39a747d30c797d5b0cd.tar.gz ports-6f13d074386fa42dc747b39a747d30c797d5b0cd.zip |
Notes
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 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> |