pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/drscheme Use PKGNAME_NOREV instead of PKGNAME for...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4db771d056af
branches:  trunk
changeset: 481747:4db771d056af
user:      reed <reed%pkgsrc.org@localhost>
date:      Mon Oct 11 19:17:30 2004 +0000

description:
Use PKGNAME_NOREV instead of PKGNAME for the DIST_SUBDIR (where
the distfiles are stored).

This problem was noticed by Richard Rauch and reported in PR 27205.

diffstat:

 lang/drscheme/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 3c780d0a8f1c -r 4db771d056af lang/drscheme/Makefile
--- a/lang/drscheme/Makefile    Mon Oct 11 18:52:56 2004 +0000
+++ b/lang/drscheme/Makefile    Mon Oct 11 19:17:30 2004 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.21 2004/10/03 00:15:00 tv Exp $
+# $NetBSD: Makefile,v 1.22 2004/10/11 19:17:30 reed Exp $
 #
 
 DISTNAME=              plt-${DRSCHEME_VERSION}-src-unix
 PKGNAME=               drscheme-${DRSCHEME_VERSION}
 PKGREVISION=   1
-DIST_SUBDIR=           ${PKGNAME:C/-[0-9]*//}/${PKGNAME:C/.*-([0-9]*)/\1/}
+DIST_SUBDIR=           ${PKGNAME_NOREV:C/-[0-9]*//}/${PKGNAME_NOREV:C/.*-([0-9]*)/\1/}
 CATEGORIES=            lang
 MASTER_SITES=          http://download.plt-scheme.org/bundles/${DRSCHEME_VERSION}/plt/ \
                        http://www.cs.utah.edu/plt/download/${DRSCHEME_VERSION}/plt/ \



Home | Main Index | Thread Index | Old Index