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/fop | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'textproc/fop')
-rw-r--r-- | textproc/fop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/fop/Makefile b/textproc/fop/Makefile index 1fe1efdba62..3f413ff2076 100644 --- a/textproc/fop/Makefile +++ b/textproc/fop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/01/12 09:46:04 cjep Exp $ +# $NetBSD: Makefile,v 1.21 2004/01/20 12:26:49 agc Exp $ # # Note: we currently use the pre-built (-bin) distribution of FOP, # because although FOP runs fine under JDK 1.1, JDK 1.2 or greater is @@ -12,7 +12,6 @@ DISTNAME= fop-0_15_0-forBeginners PKGNAME= fop-0.15.0 -WRKSRC= ${WRKDIR} CATEGORIES= textproc www MASTER_SITES= http://xml.apache.org/dist/fop/recent/ EXTRACT_SUFX= .zip @@ -21,6 +20,7 @@ MAINTAINER= jwise@NetBSD.org HOMEPAGE= http://xml.apache.org/fop/ COMMENT= The Apache Project's XSL Formatting Objects implementation +WRKSRC= ${WRKDIR} USE_JAVA= run USE_BUILDLINK2= NO_CONFIGURE= |