summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2002-09-13 04:07:46 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2002-09-13 04:07:46 +0000
commit74319546f2fff83f6c02febbd13523253fca3df4 (patch)
tree9e9260ce2b88ae69479c64e239076505aa06733c
parentAttempt to fix a security bug in scrollkeeper in which the code will follow (diff)
Move downloaded distfile to a directory numbered by ${PORTVERSION} to
compensate for the fact the master tarball does not have a version number in its filename. This prevents older copies of the sources being picked up during the "fetch" phase.
Notes
Notes: svn path=/head/; revision=66226
-rw-r--r--lang/drscheme/Makefile1
-rw-r--r--lang/drscheme/distinfo2
2 files changed, 2 insertions, 1 deletions
diff --git a/lang/drscheme/Makefile b/lang/drscheme/Makefile
index 213febbec761..8f764d343945 100644
--- a/lang/drscheme/Makefile
+++ b/lang/drscheme/Makefile
@@ -17,6 +17,7 @@ DISTNAME= plt.src.x
MAINTAINER= jkoshy@freebsd.org
+DIST_SUBDIR= drscheme/${PORTVERSION}
HAS_CONFIGURE= yes
WRKSRC= ${WRKDIR}/plt/src
ALL_TARGET= all install
diff --git a/lang/drscheme/distinfo b/lang/drscheme/distinfo
index d0f01583c410..630a9d95dfac 100644
--- a/lang/drscheme/distinfo
+++ b/lang/drscheme/distinfo
@@ -1 +1 @@
-MD5 (plt.src.x.tar.gz) = cdc393660094aca6d65b4899673b6fe0
+MD5 (drscheme/202/plt.src.x.tar.gz) = cdc393660094aca6d65b4899673b6fe0