From 5cbdd5a83eb94d1543656588fad97fad4abdff01 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/fop/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/fop') 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= -- cgit v1.2.3