summaryrefslogtreecommitdiff
path: root/databases/py-sqlite2/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-11-10 22:36:49 +0000
committerwiz <wiz@pkgsrc.org>2008-11-10 22:36:49 +0000
commit532151230c30899047c9a86c1a8037232fe160b3 (patch)
tree3720878fda721f5471d9080694738ec62dac6c4f /databases/py-sqlite2/Makefile
parent02a9bde69b9f758c4356fea3b55407db204f264f (diff)
downloadpkgsrc-532151230c30899047c9a86c1a8037232fe160b3.tar.gz
Update to 2.5.0a:
Mostly documentation changes.
Diffstat (limited to 'databases/py-sqlite2/Makefile')
-rw-r--r--databases/py-sqlite2/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/databases/py-sqlite2/Makefile b/databases/py-sqlite2/Makefile
index 88db4e24973..7089eed6dcb 100644
--- a/databases/py-sqlite2/Makefile
+++ b/databases/py-sqlite2/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2008/09/21 09:24:52 obache Exp $
+# $NetBSD: Makefile,v 1.18 2008/11/10 22:36:49 wiz Exp $
-DISTNAME= pysqlite-2.5.0
-PKGNAME= ${PYPKGPREFIX}-sqlite2-2.5.0
-PKGREVISION= 1
+DISTNAME= pysqlite-2.5.0a
+PKGNAME= ${PYPKGPREFIX}-sqlite2-2.5.0a
CATEGORIES= databases python
MASTER_SITES= http://oss.itsystementwicklung.de/download/pysqlite/2.5/2.5.0/
@@ -14,6 +13,9 @@ PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
+# remove after 2.5.0a
+WRKSRC= ${WRKDIR}/${DISTNAME:S/a$//}
+
.include "../../lang/python/extension.mk"
.if defined(PYPACKAGE) && \