diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /textproc/xerces-j | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'textproc/xerces-j')
-rw-r--r-- | textproc/xerces-j/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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= |