diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /www/web2ldap | |
parent | Add xcdroast 0.98.a.8, another X11 frontend to mkisofs/cdrecord. (diff) |
Massive style enforcement - use ^I instead of spaces for variables identation.
Notes
Notes:
svn path=/head/; revision=37252
Diffstat (limited to 'www/web2ldap')
-rw-r--r-- | www/web2ldap/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/www/web2ldap/Makefile b/www/web2ldap/Makefile index 90450d9ef92a..fac77e6c8905 100644 --- a/www/web2ldap/Makefile +++ b/www/web2ldap/Makefile @@ -5,19 +5,19 @@ # $FreeBSD$ # -PORTNAME= web2ldap -PORTVERSION= 0.8.1 -CATEGORIES= www -MASTER_SITES= http://www.web2ldap.de/download/ \ - http://www.tricknolgy.org/ports/ +PORTNAME= web2ldap +PORTVERSION= 0.8.1 +CATEGORIES= www +MASTER_SITES= http://www.web2ldap.de/download/ \ + http://www.tricknolgy.org/ports/ -MAINTAINER= oddbjorn@tricknology.org +MAINTAINER= oddbjorn@tricknology.org -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_ldapmodule.so:${PORTSDIR}/net/ldapmodule +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_ldapmodule.so:${PORTSDIR}/net/ldapmodule -NO_BUILD= yes -USE_PYTHON= yes -PYTHON_VERSION= python2.0 +NO_BUILD= yes +USE_PYTHON= yes +PYTHON_VERSION= python2.0 do-install: @${MKDIR} ${PREFIX}/${PORTNAME} |