summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2002-09-01 16:33:31 +0000
committerjschauma <jschauma@pkgsrc.org>2002-09-01 16:33:31 +0000
commit3b6229bc60569f948cf59a087936dbaa0ff5bb20 (patch)
tree905caa475e51b3bbbd1eb78c473e2785a8fde1a4
parent7ec28ef1b104324efc2638e07d53162a766bb675 (diff)
downloadpkgsrc-3b6229bc60569f948cf59a087936dbaa0ff5bb20.tar.gz
Add back DIST_SUBDIR so we can store the distfile on nbftp without
screwing people with an older pkgsrc trying to download other versions (distfile name does not contain version number)
-rw-r--r--lang/drscheme/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/drscheme/Makefile b/lang/drscheme/Makefile
index 56777a8852a..842efd37e50 100644
--- a/lang/drscheme/Makefile
+++ b/lang/drscheme/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2002/08/31 20:27:48 jschauma Exp $
+# $NetBSD: Makefile,v 1.9 2002/09/01 16:33:31 jschauma Exp $
#
DISTNAME= plt.src.x
PKGNAME= drscheme-202
+DIST_SUBDIR= ${PKGNAME:C/-[0-9]*//}/${PKGNAME:C/.*-([0-9]*)/\1/}
CATEGORIES= lang
MASTER_SITES= http://download.plt-scheme.org/bundles/202/plt/ \
http://www.cs.utah.edu/plt/download/202/plt/ \