From 3ad1bdbf063a03bdcca7087d41be98b07ad933af Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 20 Jan 2004 12:18:15 +0000 Subject: Move WRKSRC definition away from the first paragraph in a Makefile. --- textproc/xerces-j/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/xerces-j') diff --git a/textproc/xerces-j/Makefile b/textproc/xerces-j/Makefile index c7582e1add0..28827fdb401 100644 --- a/textproc/xerces-j/Makefile +++ b/textproc/xerces-j/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2003/07/21 17:27:57 martti Exp $ +# $NetBSD: Makefile,v 1.21 2004/01/20 12:26:50 agc Exp $ # # Note: we currently use the pre-built (-bin) distribution of Xerces-J, # because although Xerces runs fine under JDK 1.1, JDK 1.2 or greater is @@ -6,7 +6,6 @@ DISTNAME= Xerces-J-bin.1.2.0 PKGNAME= xerces-j-1.2.0 -WRKSRC= ${WRKDIR}/xerces-1_2_0 CATEGORIES= textproc www MASTER_SITES= http://xml.apache.org/dist/xerces-j/ @@ -14,6 +13,7 @@ MAINTAINER= jwise@NetBSD.org HOMEPAGE= http://xml.apache.org/xerces-j/ COMMENT= The Apache Project's validating XML parser with DOM and SAX support +WRKSRC= ${WRKDIR}/xerces-1_2_0 USE_JAVA= run USE_BUILDLINK2= NO_CONFIGURE= -- cgit v1.2.3