summaryrefslogtreecommitdiff
path: root/lang/drscheme
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2004-10-11 19:17:30 +0000
committerreed <reed@pkgsrc.org>2004-10-11 19:17:30 +0000
commit89a2ff0af57bc3c2e6ae564d1a3c0d5e003bbe61 (patch)
tree6976431335dab49306cfae2657f085df49cdbd2a /lang/drscheme
parent76b8b5a5708cb31a9c4fbb97d4e55eada3985a13 (diff)
downloadpkgsrc-89a2ff0af57bc3c2e6ae564d1a3c0d5e003bbe61.tar.gz
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 (limited to 'lang/drscheme')
-rw-r--r--lang/drscheme/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/drscheme/Makefile b/lang/drscheme/Makefile
index 7a4269d82fb..d7d4168413f 100644
--- a/lang/drscheme/Makefile
+++ b/lang/drscheme/Makefile
@@ -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/ \