diff options
author | tonio <tonio@pkgsrc.org> | 2006-02-06 14:09:22 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2006-02-06 14:09:22 +0000 |
commit | b9eb516af7867c72ceec62ad42f3f6cefbef517b (patch) | |
tree | 491c87b4f78d7fd97fc276ddca4dc04f7c718f94 /textproc/crimson | |
parent | 8db20b79d32a4a09564d9bbf3b141b667927413b (diff) | |
download | pkgsrc-b9eb516af7867c72ceec62ad42f3f6cefbef517b.tar.gz |
Fix DISTNAME: derive PKGNAME from DISTNAME, to avoid problems with PKGREVISION
Diffstat (limited to 'textproc/crimson')
-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 d26bec83b31..4a0921d548a 100644 --- a/textproc/crimson/Makefile +++ b/textproc/crimson/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.20 2006/02/05 23:11:00 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2006/02/06 14:09:22 tonio 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 +DISTNAME= crimson-1.1.3-bin +PKGNAME= ${DISTNAME:S/-bin//} PKGREVISION= 1 CATEGORIES= textproc www MASTER_SITES= http://xml.apache.org/dist/crimson/ |