From 439f7ef8b30b4d3a4a7a7b2567b92b85dec1cb80 Mon Sep 17 00:00:00 2001 From: agc Date: Sun, 9 Sep 2001 20:36:07 +0000 Subject: Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value). --- 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 83cfba8663b..e6c64fdcb6a 100644 --- a/textproc/fop/Makefile +++ b/textproc/fop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/03/14 01:43:40 jwise Exp $ +# $NetBSD: Makefile,v 1.9 2001/09/09 20:36: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,7 @@ DISTNAME= fop-0_15_0-forBeginners PKGNAME= fop-0.15.0 -NO_WRKSUBDIR= +WRKSRC= ${WRKDIR} CATEGORIES= textproc www MASTER_SITES= http://xml.apache.org/dist/fop/recent/ EXTRACT_SUFX= .zip -- cgit v1.2.3