diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-18 11:05:04 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-18 11:05:04 +0000 |
commit | 7e70bd0c6005cd3e6e9be9468df1aa8a76613aa4 (patch) | |
tree | 6a96da826160cbe3ef254c8ca8968d8c184345b8 /lang | |
parent | d8988b53e7edf409299152901c10c18eebdf91e0 (diff) | |
download | ports-7e70bd0c6005cd3e6e9be9468df1aa8a76613aa4.tar.gz ports-7e70bd0c6005cd3e6e9be9468df1aa8a76613aa4.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/drscheme/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/drscheme/Makefile b/lang/drscheme/Makefile index 82721df6be23..a11813268ff5 100644 --- a/lang/drscheme/Makefile +++ b/lang/drscheme/Makefile @@ -8,11 +8,11 @@ PORTNAME= drscheme PORTVERSION= 202 CATEGORIES= lang -MASTER_SITES= http://download.plt-scheme.org/bundles/202/plt/ \ - http://www.cs.utah.edu/plt/download/202/plt/ \ - ftp://ftp.pasteur.fr/pub/computing/Scheme/plt-scheme/202/plt/ \ - ftp://archive.informatik.uni-tuebingen.de/unix/language/plt/202/plt/ \ - ftp://morpheus.wish.com.mx/pub/plt/202/plt/ +MASTER_SITES= http://download.plt-scheme.org/bundles/${PORTVERSION}/plt/ \ + http://www.cs.utah.edu/plt/download/${PORTVERSION}/plt/ \ + ftp://ftp.pasteur.fr/pub/computing/Scheme/plt-scheme/${PORTVERSION}/plt/ \ + ftp://archive.informatik.uni-tuebingen.de/unix/language/plt/${PORTVERSION}/plt/ \ + ftp://morpheus.wish.com.mx/pub/plt/${PORTVERSION}/plt/ DISTNAME= plt.src.x MAINTAINER= jkoshy@freebsd.org |