From 67d12fd1786741e82b959343e74e630a74949849 Mon Sep 17 00:00:00 2001 From: steven Date: Sat, 7 Apr 2007 19:35:59 +0000 Subject: [PATCH] change PKGNAME back to py-ldap. noticed by Vijay Ramesh ok sturm@ --- databases/py-ldap/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/databases/py-ldap/Makefile b/databases/py-ldap/Makefile index 2cb6f915f4d..68be6a7aa48 100644 --- a/databases/py-ldap/Makefile +++ b/databases/py-ldap/Makefile @@ -1,10 +1,12 @@ -# $OpenBSD: Makefile,v 1.12 2006/11/16 10:09:56 mbalmer Exp $ +# $OpenBSD: Makefile,v 1.13 2007/04/07 19:35:59 steven Exp $ SHARED_ONLY= Yes COMMENT= "LDAP client API for Python" -DISTNAME= python-ldap-2.2.0 +V= 2.2.0 +DISTNAME= python-ldap-${V} +PKGNAME= py-ldap-${V} CATEGORIES= databases HOMEPAGE= http://python-ldap.sourceforge.net/