Wed Sep 10 12:40:58 2008 UTC ()
Fix typo.


(wiz)
diff -r1.15 -r1.16 pkgsrc/databases/py-sqlite2/Makefile

cvs diff -r1.15 -r1.16 pkgsrc/databases/py-sqlite2/Makefile (switch to unified diff)

--- pkgsrc/databases/py-sqlite2/Makefile 2008/09/10 11:33:01 1.15
+++ pkgsrc/databases/py-sqlite2/Makefile 2008/09/10 12:40:58 1.16
@@ -1,33 +1,33 @@ @@ -1,33 +1,33 @@
1# $NetBSD: Makefile,v 1.15 2008/09/10 11:33:01 joerg Exp $ 1# $NetBSD: Makefile,v 1.16 2008/09/10 12:40:58 wiz Exp $
2 2
3DISTNAME= pysqlite-2.5.0 3DISTNAME= pysqlite-2.5.0
4PKGNAME= ${PYPKGPREFIX}-sqlite2-2.5.0 4PKGNAME= ${PYPKGPREFIX}-sqlite2-2.5.0
5PKGREEVISION= 1 5PKGREVISION= 1
6CATEGORIES= databases python 6CATEGORIES= databases python
7MASTER_SITES= http://oss.itsystementwicklung.de/download/pysqlite/2.5/2.5.0/ 7MASTER_SITES= http://oss.itsystementwicklung.de/download/pysqlite/2.5/2.5.0/
8 8
9MAINTAINER= tsarna@NetBSD.org 9MAINTAINER= tsarna@NetBSD.org
10HOMEPAGE= http://pysqlite.org/ 10HOMEPAGE= http://pysqlite.org/
11COMMENT= SQLite database adapter for Python 11COMMENT= SQLite database adapter for Python
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15PYDISTUTILSPKG= yes 15PYDISTUTILSPKG= yes
16 16
17.include "../../lang/python/extension.mk" 17.include "../../lang/python/extension.mk"
18 18
19.if defined(PYPACKAGE) && \ 19.if defined(PYPACKAGE) && \
20 (${PYPACKAGE} == "python23" || ${PYPACKAGE} == "python24") 20 (${PYPACKAGE} == "python23" || ${PYPACKAGE} == "python24")
21pre-configure: 21pre-configure:
22 rm ${WRKSRC}/pysqlite2/test/py25tests.py 22 rm ${WRKSRC}/pysqlite2/test/py25tests.py
23.else 23.else
24PLIST.python25= yes 24PLIST.python25= yes
25.endif 25.endif
26 26
27PLIST_VARS+= python25 27PLIST_VARS+= python25
28 28
29do-postinstall-test: .PHONY 29do-postinstall-test: .PHONY
30 ${PYTHONBIN} -c "from pysqlite2 import test;test.test()" 30 ${PYTHONBIN} -c "from pysqlite2 import test;test.test()"
31 31
32.include "../../databases/sqlite3/buildlink3.mk" 32.include "../../databases/sqlite3/buildlink3.mk"
33.include "../../mk/bsd.pkg.mk" 33.include "../../mk/bsd.pkg.mk"