From dc52048e014fdad9bb69ef9db159835a61c8dd4d Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 20 Jan 2004 12:07:06 +0000 Subject: Move WRKSRC definition away from the first paragraph in a Makefile. --- databases/sqlite/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases/sqlite') diff --git a/databases/sqlite/Makefile b/databases/sqlite/Makefile index 680cc783283..bc9b3e2a8ed 100644 --- a/databases/sqlite/Makefile +++ b/databases/sqlite/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2003/08/01 14:22:18 drochner Exp $ +# $NetBSD: Makefile,v 1.19 2004/01/20 12:12:49 agc Exp $ DISTNAME= sqlite-2.8.5 -WRKSRC= ${WRKDIR}/sqlite-build CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \ http://www.sqlite.org/ @@ -10,6 +9,7 @@ MAINTAINER= jlam@NetBSD.org HOMEPAGE= http://www.hwaci.com/sw/sqlite/ COMMENT= SQL Database Engine In A C Library +WRKSRC= ${WRKDIR}/sqlite-build USE_BUILDLINK2= YES USE_LIBTOOL= YES USE_GMAKE= YES -- cgit v1.2.3