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/xalan-j | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'textproc/xalan-j')
-rw-r--r-- | textproc/xalan-j/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xalan-j/Makefile b/textproc/xalan-j/Makefile index 5a80d58b892..cf0e84ab21d 100644 --- a/textproc/xalan-j/Makefile +++ b/textproc/xalan-j/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2003/07/21 17:27:55 martti Exp $ +# $NetBSD: Makefile,v 1.18 2004/01/20 12:26:50 agc Exp $ # # Note: we currently use the pre-built (-bin) distribution of Xalan-J, # because although Xalan runs fine under JDK 1.1, JDK 1.2 or greater is @@ -6,7 +6,6 @@ DISTNAME= xalan-j_1_2 PKGNAME= xalan-j-1.2 -WRKSRC= ${WRKDIR} CATEGORIES= textproc www MASTER_SITES= http://xml.apache.org/dist/xalan-j/ @@ -16,6 +15,7 @@ COMMENT= The Apache Project's XSLT implementation DEPENDS+= xerces-j>=1.2.0:../../textproc/xerces-j +WRKSRC= ${WRKDIR} USE_JAVA= run USE_BUILDLINK2= NO_CONFIGURE= |