summaryrefslogtreecommitdiff
path: root/databases/py-ldap
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-12-31 13:57:25 +0000
committerwiz <wiz@pkgsrc.org>2014-12-31 13:57:25 +0000
commita42c80ed47a2bad3770198295eba1c31a73b4728 (patch)
tree6f2607c3acaa8e555f020155e7d5a5eda8a24fd6 /databases/py-ldap
parent5ce45af0fae5f30835e2bef442cd28c0e87627f0 (diff)
downloadpkgsrc-a42c80ed47a2bad3770198295eba1c31a73b4728.tar.gz
Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.
Diffstat (limited to 'databases/py-ldap')
-rw-r--r--databases/py-ldap/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/py-ldap/Makefile b/databases/py-ldap/Makefile
index 130a4d493a9..3640feb39ab 100644
--- a/databases/py-ldap/Makefile
+++ b/databases/py-ldap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2014/10/12 14:53:38 wiz Exp $
+# $NetBSD: Makefile,v 1.60 2014/12/31 13:57:25 wiz Exp $
DISTNAME= python-ldap-2.4.18
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/}
@@ -10,8 +10,6 @@ HOMEPAGE= http://www.python-ldap.org/
COMMENT= LDAP client API for Python
LICENSE= python-software-foundation
-EGG_NAME= ${DISTNAME:S/python-ldap/python_ldap/}
-
PY_LDAP_LIBRARY_DIRS= ${BUILDLINK_PREFIX.openldap-client}/lib
PY_LDAP_INCLUDE_DIRS= ${BUILDLINK_PREFIX.openldap-client}/include
PY_LDAP_LIBS= ldap_r lber ssl crypto