diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2003-09-07 09:05:23 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2003-09-07 09:05:23 +0000 |
commit | 095cef966f8bb0f75b67d8b1eee0ab4c20f2ecc4 (patch) | |
tree | b27deb3e61ba8a4b001305b687461c724113348d /textproc/crimson/Makefile | |
parent | 7f3ef1d8ffcaa59832c787559960f2b75822f21b (diff) | |
download | pkgsrc-095cef966f8bb0f75b67d8b1eee0ab4c20f2ecc4.tar.gz |
apparently the only crimson available from xml.apache.org is 1.1.3, so change
package to use that
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 bbd984c1a6e..ab842e4da46 100644 --- a/textproc/crimson/Makefile +++ b/textproc/crimson/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 22:54:11 grant Exp $ +# $NetBSD: Makefile,v 1.13 2003/09/07 09:05:23 jdolecek Exp $ # # We use the binary distribution of crimson because otherwise we # have a bootstrap-loop between apache-ant and crimson, each of which # uses the other. DISTNAME= ${PKGNAME}-bin -PKGNAME= crimson-1.1.3.1 -WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:S/.1$//} +PKGNAME= crimson-1.1.3 +WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= textproc www MASTER_SITES= http://xml.apache.org/dist/crimson/ |