diff options
author | tsarna <tsarna@pkgsrc.org> | 2000-11-16 16:35:42 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 2000-11-16 16:35:42 +0000 |
commit | 76f2b0b6c49645c4a0e7e3f36880de53af22d43b (patch) | |
tree | a9541802a644c935f09880238360880446ef5b6d /databases/py-ldap | |
parent | c29e3b957d6a1b0a33654f76744b71acbffde8fe (diff) | |
download | pkgsrc-76f2b0b6c49645c4a0e7e3f36880de53af22d43b.tar.gz |
Actually, nuke that empty variable entirely. I haven't the slightest
idea what it was for, if anything.
Diffstat (limited to 'databases/py-ldap')
-rw-r--r-- | databases/py-ldap/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/py-ldap/Makefile b/databases/py-ldap/Makefile index 929b04514f8..ab2d2e08422 100644 --- a/databases/py-ldap/Makefile +++ b/databases/py-ldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/11/16 02:38:41 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2000/11/16 16:35:42 tsarna Exp $ DISTNAME= python-ldap-1.10alpha3-src PKGNAME= py-ldap-1.10a3 @@ -14,7 +14,6 @@ DEPENDS+= python>=2.0:../../lang/python \ WRKSRC= ${WRKDIR}/python-ldap-1.10alpha3 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} -MODPATH= # empty PLIST_SRC= ${WRKDIR}/.PLIST_SRC |