diff options
author | tonio <tonio> | 2006-02-06 14:09:22 +0000 |
---|---|---|
committer | tonio <tonio> | 2006-02-06 14:09:22 +0000 |
commit | f0ff08240e3185c69ac0ac15bc331ab187496b02 (patch) | |
tree | 491c87b4f78d7fd97fc276ddca4dc04f7c718f94 | |
parent | 7d267195e2042d299c7939547f6e64baadcf6531 (diff) | |
download | pkgsrc-f0ff08240e3185c69ac0ac15bc331ab187496b02.tar.gz |
Fix DISTNAME: derive PKGNAME from DISTNAME, to avoid problems with PKGREVISION
-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/ |