summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2004-10-20 15:41:40 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2004-10-20 15:41:40 +0000
commit98fca632ab4861be86ba5692b258e2f99a689779 (patch)
tree36780a07d20fc25a2da814172be762fbf40a3f5f /lang
parentApply latest patch (logrotate_3.7-2.diff) (diff)
Fix fetch breakage.
Submitted by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
Notes
Notes: svn path=/head/; revision=119857
Diffstat (limited to 'lang')
-rw-r--r--lang/drscheme/Makefile7
1 files changed, 4 insertions, 3 deletions
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