summaryrefslogtreecommitdiff
path: root/lang/drscheme/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/drscheme/Makefile')
-rw-r--r--lang/drscheme/Makefile18
1 files changed, 10 insertions, 8 deletions
diff --git a/lang/drscheme/Makefile b/lang/drscheme/Makefile
index d0602d8917a6..9324b74fd6d6 100644
--- a/lang/drscheme/Makefile
+++ b/lang/drscheme/Makefile
@@ -6,11 +6,13 @@
#
PORTNAME= drscheme
-PORTVERSION= 103p1
+PORTVERSION= 200
CATEGORIES= lang
-MASTER_SITES= http://www.cs.rice.edu/CS/PLT/packages/download/103p1/plt/ \
- ftp://ftp.pasteur.fr/pub/computing/Scheme/DrScheme/103p1/plt/ \
- ftp://archive.informatik.uni-tuebingen.de/unix/language/plt/103p1/plt/
+MASTER_SITES= http://download.plt-scheme.org/bundles/200/plt/ \
+ http://www.cs.utah.edu/plt/download/200/plt/ \
+ ftp://ftp.pasteur.fr/pub/computing/Scheme/plt-scheme/200/plt/ \
+ ftp://archive.informatik.uni-tuebingen.de/unix/language/plt/200/plt/ \
+ ftp://morpheus.wish.com.mx/pub/plt/200/plt/
DISTNAME= plt.src.x
MAINTAINER= jkoshy@freebsd.org
@@ -21,13 +23,13 @@ ALL_TARGET= all install
USE_XLIB= yes
PLTHOME= ${PREFIX}/drscheme
-DRS_D= bin .bin install collects teachpack
-DRS_B= drscheme drscheme-jr mred mzc mzscheme
-MAN1= drscheme-jr.1 drscheme.1 mred.1 mzscheme.1
+DRS_D= bin install collects teachpack
+DRS_B= drscheme mred mzc mzscheme tex2page
+MAN1= drscheme.1 mred.1 mzscheme.1
do-install:
${MKDIR} ${PLTHOME}
- cd ${WRKDIR}/plt && ${TAR} -cf - ${DRS_D} | tar -C ${PLTHOME} -xvf -
+ cd ${WRKDIR}/plt && ${TAR} -cf - ${DRS_D} | tar -C ${PLTHOME} -xf -
cd ${PLTHOME} && ${PLTHOME}/install
.for f in ${DRS_B}
${LN} -s ${PLTHOME}/bin/$f ${PREFIX}/bin/$f