diff options
author | rillig <rillig@pkgsrc.org> | 2007-11-19 23:10:18 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-11-19 23:10:18 +0000 |
commit | dfccb7888c483b7baf6aa3d9454dcc7facd2d76e (patch) | |
tree | 22de78cf06da3df4c4d098eaf517385b11c65e10 /databases/py-sqlite2/Makefile | |
parent | 54647cda0e6a20a448cfe02d7e0c778c643492be (diff) | |
download | pkgsrc-dfccb7888c483b7baf6aa3d9454dcc7facd2d76e.tar.gz |
The self-test requires the package to be installed, and this is not the
case with the standard do-test target.
Diffstat (limited to 'databases/py-sqlite2/Makefile')
-rw-r--r-- | databases/py-sqlite2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-sqlite2/Makefile b/databases/py-sqlite2/Makefile index 7bdb915f53d..4f9293c970a 100644 --- a/databases/py-sqlite2/Makefile +++ b/databases/py-sqlite2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2007/08/13 17:37:58 drochner Exp $ +# $NetBSD: Makefile,v 1.8 2007/11/19 23:10:18 rillig Exp $ DISTNAME= pysqlite-2.3.5 PKGNAME= ${PYPKGPREFIX}-sqlite2-2.3.5 @@ -12,7 +12,7 @@ COMMENT= SQLite database adapter for Python PYDISTUTILSPKG= yes PYTHON_VERSIONS_ACCEPTED= 24 23 -do-test: +do-postinstall-test: .PHONY ${PYTHONBIN} -c "from pysqlite2 import test;test.test()" .include "../../databases/sqlite3/buildlink3.mk" |