summaryrefslogtreecommitdiff
path: root/databases/sqlite3/Makefile
diff options
context:
space:
mode:
authormartin <martin@pkgsrc.org>2008-12-15 09:06:11 +0000
committermartin <martin@pkgsrc.org>2008-12-15 09:06:11 +0000
commit49c6c76b0499382ed3212b3b110964b4d7ff410b (patch)
tree770430e99de16c15e329b3fa3f7687ce448c5abe /databases/sqlite3/Makefile
parent4077315b6b8aa1cf29633d2e314cd4bf6b9305e1 (diff)
downloadpkgsrc-49c6c76b0499382ed3212b3b110964b4d7ff410b.tar.gz
backout previous - the tests need tcl and the proper test target
already is provided by sqlite3-tcl
Diffstat (limited to 'databases/sqlite3/Makefile')
-rw-r--r--databases/sqlite3/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index abd417be0df..07c39faece5 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2008/12/15 09:03:26 martin Exp $
+# $NetBSD: Makefile,v 1.15 2008/12/15 09:06:11 martin Exp $
PKG_DESTDIR_SUPPORT= user-destdir
@@ -9,8 +9,6 @@ CONFIGURE_ARGS+= --disable-tcl
CONFIGURE_ARGS+= --enable-load-extension
CONFIGURE_ARGS+= --with-readline-inc=
-TEST_TARGET= fulltest
-
post-install:
${INSTALL_MAN} ${WRKSRC}/sqlite3.1 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/sqlite3.1