summaryrefslogtreecommitdiff
path: root/databases/py-ldap
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-03-29 12:40:00 +0000
committerjmmv <jmmv>2003-03-29 12:40:00 +0000
commitbd104e94125bfe7dfcebf5b4161276a4198449e9 (patch)
treefaa47d38b96f7c3d479f826963ddfdc99b66acc3 /databases/py-ldap
parent7cae7f609b643bad775c5f59251c32e609dbdc0a (diff)
downloadpkgsrc-bd104e94125bfe7dfcebf5b4161276a4198449e9.tar.gz
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'databases/py-ldap')
-rw-r--r--databases/py-ldap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-ldap/Makefile b/databases/py-ldap/Makefile
index a61517bb031..de9653858cd 100644
--- a/databases/py-ldap/Makefile
+++ b/databases/py-ldap/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2003/01/04 18:16:22 cjep Exp $
+# $NetBSD: Makefile,v 1.11 2003/03/29 12:40:26 jmmv Exp $
DISTNAME= python-ldap-1.10alpha3-src
PKGNAME= ${PYPKGPREFIX}-ldap-1.10a3
+WRKSRC= ${WRKDIR}/python-ldap-1.10alpha3
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=python-ldap/}
@@ -9,7 +10,6 @@ MAINTAINER= tsarna@netbsd.org
HOMEPAGE= http://sourceforge.net/projects/python-ldap/
COMMENT= LDAP client API for Python
-WRKSRC= ${WRKDIR}/python-ldap-1.10alpha3
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-ldap=${LOCALBASE}
CONFIGURE_ARGS+=--with-python=${PYTHONBIN}