summaryrefslogtreecommitdiff
path: root/databases/py-ldap3
diff options
context:
space:
mode:
authorrodent <rodent>2016-12-04 23:12:58 +0000
committerrodent <rodent>2016-12-04 23:12:58 +0000
commitc80d3703da23d8ddda5db14228f21d8d201fee0c (patch)
treeaebb17bab08db76778d339f5ba27bb98b26d6292 /databases/py-ldap3
parent78cce2585614fb8364e7d907e9363001564bbac9 (diff)
downloadpkgsrc-c80d3703da23d8ddda5db14228f21d8d201fee0c.tar.gz
Fix MASTER_SITES.
Diffstat (limited to 'databases/py-ldap3')
-rw-r--r--databases/py-ldap3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-ldap3/Makefile b/databases/py-ldap3/Makefile
index 17223ade826..a80e869632f 100644
--- a/databases/py-ldap3/Makefile
+++ b/databases/py-ldap3/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2016/12/04 21:12:59 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2016/12/04 23:12:58 rodent Exp $
DISTNAME= ldap3-2.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
-MASTER_SITES= ${MASTER_SITE_PYPI:=l/ldap3}
+MASTER_SITES= ${MASTER_SITE_PYPI:=l/ldap3/}
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= https://github.com/cannatag/ldap3