diff options
author | salo <salo> | 2003-02-17 07:42:21 +0000 |
---|---|---|
committer | salo <salo> | 2003-02-17 07:42:21 +0000 |
commit | 553159759ca7c4110c4cfceb45ce0900c455e0ef (patch) | |
tree | 0f41c74890eb132072691136b7ba79b01c5bc985 /textproc | |
parent | 81209966e066f362801468c0d855f146b69cf664 (diff) | |
download | pkgsrc-553159759ca7c4110c4cfceb45ce0900c455e0ef.tar.gz |
Remove trailing .1 from WRKSRC which appeared in the latest update (hi wiz!).
Diffstat (limited to 'textproc')
-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 |