diff options
Diffstat (limited to 'textproc/saxon/Makefile')
-rw-r--r-- | textproc/saxon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/saxon/Makefile b/textproc/saxon/Makefile index d6e7350f080..707ce73a50a 100644 --- a/textproc/saxon/Makefile +++ b/textproc/saxon/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2001/04/13 05:16:18 jwise Exp $ +# $NetBSD: Makefile,v 1.3 2001/09/09 20:36:50 agc Exp $ # DISTNAME= saxon PKGNAME= saxon-6.0.2 -NO_WRKSUBDIR= CATEGORIES= textproc www MASTER_SITES= ${HOMEPAGE}saxon6.0.2/ EXTRACT_SUFX= .zip @@ -17,6 +16,7 @@ USE_JAVA= yes NO_PATCH= NO_CONFIGURE= NO_BUILD= +WRKSRC= ${WRKDIR} do-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/java |