diff options
Diffstat (limited to 'textproc/crimson/Makefile')
-rw-r--r-- | textproc/crimson/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/crimson/Makefile b/textproc/crimson/Makefile index aa24da76846..b863b935c11 100644 --- a/textproc/crimson/Makefile +++ b/textproc/crimson/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/04/11 21:47:33 tv Exp $ +# $NetBSD: Makefile,v 1.19 2005/09/28 20:52:27 rillig Exp $ # # We use the binary distribution of crimson because otherwise we # have a bootstrap-loop between apache-ant and crimson, each of which @@ -16,8 +16,8 @@ COMMENT= Apache.org implementation of JAXP, SAX, and DOM WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_JAVA= run USE_JAVA2= yes -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CONFIGURE= yes +NO_BUILD= yes do-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/java |