From 05c4a1d58cb487df1de93ddf99aeb3d75f78ab98 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 19 Nov 2007 23:10:18 +0000 Subject: The self-test requires the package to be installed, and this is not the case with the standard do-test target. --- databases/py-sqlite2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases') 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" -- cgit v1.2.3