diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-06-21 23:58:28 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-06-21 23:58:28 +0000 |
commit | cb24a292f1b2d4df746550ded49901ae09192d92 (patch) | |
tree | f0f2bfa57f933c5d33a3f044414a683bbaa64dd1 /www/web2ldap/Makefile | |
parent | fe6c02cd09d8d1062d331644ba42ee4caf57cbcc (diff) |
- Update to 0.15.11
ChangeLog: http://www.web2ldap.de/changes-0.15.html
PR: ports/82592
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Approved by: Boris Samorodov <bsam@ipt.ru> (maintainer)
Notes
Notes:
svn path=/head/; revision=137824
Diffstat (limited to 'www/web2ldap/Makefile')
-rw-r--r-- | www/web2ldap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/web2ldap/Makefile b/www/web2ldap/Makefile index aeafd5e20af7..7186de5a0562 100644 --- a/www/web2ldap/Makefile +++ b/www/web2ldap/Makefile @@ -6,8 +6,7 @@ # PORTNAME= web2ldap -PORTVERSION= 0.15.10 -PORTREVISION= 1 +PORTVERSION= 0.15.11 CATEGORIES= www MASTER_SITES= http://www.web2ldap.de/download/ \ http://www.tricknology.org/ports/ @@ -16,6 +15,7 @@ MAINTAINER= bsam@ipt.ru COMMENT= Python-based WWW gateway to LDAP servers RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_ldap.so:${PORTSDIR}/net/py-ldap2 \ + ${PYTHON_SITELIBDIR}/pyweblib/__init__.py:${PORTSDIR}/www/pyweblib \ ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support NO_BUILD= yes @@ -36,7 +36,7 @@ do-install: @${RM} -f ${WRKSRC}/etc/web2ldap/web2ldapcnf/standalone.py.bak @${RM} -f ${WRKSRC}/sbin/compile.py.orig @${RM} -f ${WRKSRC}/sbin/web2ldap.py.orig - @(cd ${WRKSRC} && ${LOCALBASE}/bin/python ./sbin/compile.py) + @(cd ${WRKSRC} && ${PYTHON_CMD} ./sbin/compile.py) @${CP} -r ${WRKSRC}/ ${PREFIX}/${PORTNAME} @if [ -w /var/log ]; then ${MKDIR} /var/log/web2ldap; fi |