diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2004-10-20 15:41:40 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2004-10-20 15:41:40 +0000 |
commit | 98fca632ab4861be86ba5692b258e2f99a689779 (patch) | |
tree | 36780a07d20fc25a2da814172be762fbf40a3f5f /lang/drscheme/Makefile | |
parent | ef9240185e5c1eae22dc759efa6b6aee5c3d60fc (diff) |
Notes
Diffstat (limited to 'lang/drscheme/Makefile')
-rw-r--r-- | lang/drscheme/Makefile | 7 |
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 |