diff options
author | jlam <jlam> | 2004-03-30 18:32:32 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-03-30 18:32:32 +0000 |
commit | cccf4dc20c65ac8794a4afa95021935b56d21364 (patch) | |
tree | 611493b131743db37f7c833fa710a714845cdc74 /textproc/crimson | |
parent | 8426b699e73ec4941352bc40788450567b55d6f0 (diff) | |
download | pkgsrc-cccf4dc20c65ac8794a4afa95021935b56d21364.tar.gz |
Don't use PKGNAME when setting WRKSRC; use PKGNAME_NOREV instead.
Diffstat (limited to 'textproc/crimson')
-rw-r--r-- | textproc/crimson/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/crimson/Makefile b/textproc/crimson/Makefile index 944b6331bbf..5abddfe25d8 100644 --- a/textproc/crimson/Makefile +++ b/textproc/crimson/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/01/20 12:26:49 agc Exp $ +# $NetBSD: Makefile,v 1.15 2004/03/30 18:32:33 jlam Exp $ # # We use the binary distribution of crimson because otherwise we # have a bootstrap-loop between apache-ant and crimson, each of which @@ -13,7 +13,7 @@ MAINTAINER= jwise@NetBSD.org HOMEPAGE= http://xml.apache.org/crimson/ COMMENT= Apache.org implementation of JAXP, SAX, and DOM -WRKSRC= ${WRKDIR}/${PKGNAME} +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_JAVA= run USE_BUILDLINK2= # defined NO_CONFIGURE= # defined |