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 | 9b09e0b6025be1d2d5189140c7d948f9ca0859f6 (patch) | |
tree | 491c87b4f78d7fd97fc276ddca4dc04f7c718f94 | |
parent | 3799ccb5d3be6254e63dd4ad8897236ae759e9e9 (diff) | |
download | pkgsrc-9b09e0b6025be1d2d5189140c7d948f9ca0859f6.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/ |