diff options
Diffstat (limited to 'textproc/crimson/Makefile')
-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 c274de7de15..1681f842e40 100644 --- a/textproc/crimson/Makefile +++ b/textproc/crimson/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/02/14 18:15:26 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2003/02/17 07:42:21 salo Exp $ # # We use the binary distribution of crimson because otherwise we # have a bootstrap-loop between jakarta-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_NOREV} +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:S/.1$//} USE_JAVA= run USE_BUILDLINK2= # defined NO_CONFIGURE= # defined |