From 98fca632ab4861be86ba5692b258e2f99a689779 Mon Sep 17 00:00:00 2001 From: Joseph Koshy Date: Wed, 20 Oct 2004 15:41:40 +0000 Subject: Fix fetch breakage. Submitted by: Ion-Mihai Tetcu --- lang/drscheme/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lang/drscheme') diff --git a/lang/drscheme/Makefile b/lang/drscheme/Makefile index 40439f97afbb..ae07f09e513e 100644 --- a/lang/drscheme/Makefile +++ b/lang/drscheme/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= http://download.plt-scheme.org/bundles/${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://infogroep.be/pub/plt/bundles/${PORTVERSION}/plt/ \ - ftp://morpheus.wish.com.mx/pub/plt/${PORTVERSION}/plt/ + ftp://morpheus.wish.com.mx/pub/plt/${PORTVERSION}/plt/ \ + http://download.plt-scheme.org/patches/${PORTVERSION}/:PLT DISTFILES= plt-${PORTVERSION}-src-unix.tgz ${PLTPATCHES} EXTRACT_ONLY= plt-${PORTVERSION}-src-unix.tgz EXTRACT_SUFX= .tgz @@ -29,7 +30,7 @@ USE_XLIB= yes USE_GMAKE= yes PLTHOME= ${PREFIX}/drscheme -PLTPATCHES= plt-208-p1.plt +PLTPATCHES= plt-208-p1.plt:PLT DRS_B= drscheme mred mzc mzscheme tex2page help-desk MAN1= drscheme.1 help-desk.1 mred.1 mzscheme.1 tex2page.1 @@ -38,7 +39,7 @@ ONLY_FOR_ARCHS= i386 post-install: cd ${PLTHOME} && bin/setup-plt .for f in ${PLTPATCHES} - cd ${PLTHOME} && bin/setup-plt ${_DISTDIR}/${f} + cd ${PLTHOME} && bin/setup-plt ${_DISTDIR}/${f:S/:PLT//} .endfor .for f in ${DRS_B} ${LN} -s ${PLTHOME}/bin/$f ${PREFIX}/bin/$f -- cgit v1.2.3