pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/crimson Fix DISTNAME: derive PKGNAME from DIS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17ea98bbe510
branches:  trunk
changeset: 507668:17ea98bbe510
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Mon Feb 06 14:09:22 2006 +0000

description:
Fix DISTNAME: derive PKGNAME from DISTNAME, to avoid problems with PKGREVISION

diffstat:

 textproc/crimson/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 3aa5a46dc7a1 -r 17ea98bbe510 textproc/crimson/Makefile
--- a/textproc/crimson/Makefile Mon Feb 06 12:44:08 2006 +0000
+++ b/textproc/crimson/Makefile Mon Feb 06 14:09:22 2006 +0000
@@ -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/



Home | Main Index | Thread Index | Old Index