From 973921598ee2cdc11fdaf4441c63771201aa8aab Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 18 Oct 2002 20:58:31 +0000 Subject: Trivially use buildlink2 and use java.mk. --- textproc/crimson/Makefile | 4 +++- textproc/crimson/PLIST | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'textproc/crimson') diff --git a/textproc/crimson/Makefile b/textproc/crimson/Makefile index c54aa2366aa..882b5d936b0 100644 --- a/textproc/crimson/Makefile +++ b/textproc/crimson/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/07/29 22:23:27 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2002/10/18 20:58:31 jlam Exp $ # # We use the binary distribution of crimson because otherwise we # have a bootstrap-loop between jakarta-ant and crimson, each of which @@ -15,6 +15,7 @@ COMMENT= Apache.org implementation of JAXP, SAX, and DOM WRKSRC= ${WRKDIR}/${PKGNAME} USE_JAVA= run +USE_BUILDLINK2= NO_PATCH= NO_CONFIGURE= NO_BUILD= @@ -27,4 +28,5 @@ do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/java/crimson cd ${WRKSRC}/examples && ${PAX} -rwpp * ${PREFIX}/share/examples/java/crimson +.include "../../mk/java.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/crimson/PLIST b/textproc/crimson/PLIST index 9383dd63315..f7ea81d0015 100644 --- a/textproc/crimson/PLIST +++ b/textproc/crimson/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/04/13 20:58:53 jwise Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/10/18 20:58:32 jlam Exp $ lib/java/crimson.jar share/doc/java/crimson/api/org/w3c/dom/class-use/NodeList.html share/doc/java/crimson/api/org/w3c/dom/class-use/EntityReference.html @@ -178,3 +178,4 @@ share/examples/java/crimson/index.html @dirrm share/doc/java/crimson/api/javax @dirrm share/doc/java/crimson/api @dirrm share/doc/java/crimson +@unexec ${RMDIR} %D/lib/java 2>/dev/null || ${TRUE} -- cgit v1.2.3