aboutsummaryrefslogtreecommitdiff
path: root/www/web2ldap
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
commit72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch)
tree38b741bb92caf8470d126310c77168cb30040476 /www/web2ldap
parent5e102732a601b54d1dc9e887dc050777bf920349 (diff)
downloadports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz
ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412351
Diffstat (limited to 'www/web2ldap')
-rw-r--r--www/web2ldap/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/web2ldap/Makefile b/www/web2ldap/Makefile
index 2c09124730eb..40a316803a7e 100644
--- a/www/web2ldap/Makefile
+++ b/www/web2ldap/Makefile
@@ -14,10 +14,10 @@ COMMENT= Python-based WWW gateway to LDAP servers
LICENSE= GPLv2
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ldap>=2.4.0:${PORTSDIR}/net/py-ldap \
- ${PYTHON_SITELIBDIR}/pyweblib/__init__.py:${PORTSDIR}/www/pyweblib \
- ${PYTHON_PKGNAMEPREFIX}ipaddr>0:${PORTSDIR}/devel/py-ipaddr \
- ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ldap>=2.4.0:net/py-ldap \
+ ${PYTHON_SITELIBDIR}/pyweblib/__init__.py:www/pyweblib \
+ ${PYTHON_PKGNAMEPREFIX}ipaddr>0:devel/py-ipaddr \
+ ${LOCALBASE}/etc/mime.types:misc/mime-support
OPTIONS_DEFINE= DOCS
USES= cpe python:2 shebangfix