diff options
author | reed <reed@pkgsrc.org> | 2004-10-11 19:17:30 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-10-11 19:17:30 +0000 |
commit | 38d6c2dcd200ca47b09689b566d5ad590a7c603e (patch) | |
tree | 6976431335dab49306cfae2657f085df49cdbd2a | |
parent | 172219d02a6f5cc6a2a7abc4e8fb3e2bdc5fd86d (diff) | |
download | pkgsrc-38d6c2dcd200ca47b09689b566d5ad590a7c603e.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.
-rw-r--r-- | lang/drscheme/Makefile | 4 |
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/ \ |