diff options
author | asau <asau@pkgsrc.org> | 2012-10-02 21:25:15 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-02 21:25:15 +0000 |
commit | ba25df56c6f06ebdc49e8183931fcf771ffdff4d (patch) | |
tree | 43a00ef6fe7500f6094c17b88abeee49f8e0895b /databases/py-ldap | |
parent | 424b41d42d21b3809777219bf47d32a1cbccad86 (diff) | |
download | pkgsrc-ba25df56c6f06ebdc49e8183931fcf771ffdff4d.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'databases/py-ldap')
-rw-r--r-- | databases/py-ldap/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/py-ldap/Makefile b/databases/py-ldap/Makefile index 92cd0731881..e2a44f30827 100644 --- a/databases/py-ldap/Makefile +++ b/databases/py-ldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2012/08/27 15:47:07 adam Exp $ +# $NetBSD: Makefile,v 1.48 2012/10/02 21:25:49 asau Exp $ DISTNAME= python-ldap-2.4.10 PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/} @@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.python-ldap.org/ COMMENT= LDAP client API for Python -PKG_DESTDIR_SUPPORT= user-destdir - EGG_NAME= ${DISTNAME:S/python-ldap/python_ldap/} PY_LDAP_LIBRARY_DIRS= ${BUILDLINK_PREFIX.openldap-client}/lib |