diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 51369898d389675759f44baed7961d59c8233c93 (patch) | |
tree | 8b4ec24d53e3f6345ace454c06ff938dbaf9a7a1 /www/web2ldap | |
parent | 03f706620f3d8413ee3403771d9bc2bc73023978 (diff) | |
download | FreeBSD-ports-51369898d389675759f44baed7961d59c8233c93.zip FreeBSD-ports-51369898d389675759f44baed7961d59c8233c93.tar.gz |
Massive style enforcement - use ^I instead of spaces for variables identation.
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 90450d9e..fac77e6 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} |