diff options
author | trevor <trevor@FreeBSD.org> | 2001-04-20 10:27:09 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2001-04-20 10:27:09 +0000 |
commit | 958f12ec57a2fdbb36d4adcbaa040847cbded272 (patch) | |
tree | b6c3d6197c34c61c528534045ffe848528e0119e /audio/festival | |
parent | 4c2b2afa1e77fbd249a97922c729d21e5212049e (diff) | |
download | FreeBSD-ports-958f12ec57a2fdbb36d4adcbaa040847cbded272.zip FreeBSD-ports-958f12ec57a2fdbb36d4adcbaa040847cbded272.tar.gz |
Remove the Edinburgh University Computing Service site--it has been
offline for over a month. Add a kludge for the Alpha.
Diffstat (limited to 'audio/festival')
-rw-r--r-- | audio/festival/Makefile | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/audio/festival/Makefile b/audio/festival/Makefile index 1cb8f5f..4cdc1cf 100644 --- a/audio/festival/Makefile +++ b/audio/festival/Makefile @@ -10,8 +10,7 @@ PORTNAME= festival PORTVERSION= 1.4.1 CATEGORIES= audio -MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/${PORTVERSION}/ \ - http://www.speech.cs.cmu.edu/festival/cstr/festival/${PORTVERSION}/ \ +MASTER_SITES= http://www.speech.cs.cmu.edu/festival/cstr/festival/${PORTVERSION}/ \ ftp://ftp.leb.net/pub/blinux/${SUB} \ ftp://ftp.mayn.de/pub/linux/BLinux/${SUB} \ ftp://ftp.tuwien.ac.at/opsys/linux/blinux/${SUB} @@ -106,16 +105,22 @@ pre-patch: post-patch: ${CP} ${FILESDIR}/top-Makefile ${WRKSRC}/Makefile ${CP} ${FILESDIR}/FreeBSD.mak ${SPEECHTOOLS}/config/systems/FreeBSD.mak +.for arch in alpha ix86 .for i in 4 5 ${LN} -fs ${SPEECHTOOLS}/config/systems/ix86_FreeBSD3.3.mak \ - ${SPEECHTOOLS}/config/systems/ix86_FreeBSD3.${i}.mak + ${SPEECHTOOLS}/config/systems/${arch}_FreeBSD3.${i}.mak .endfor +.endfor +.for arch in alpha ix86 .for i in 1 2 3 4 5 6 7 8 9 ${LN} -fs ${SPEECHTOOLS}/config/systems/ix86_FreeBSD4.0.mak \ - ${SPEECHTOOLS}/config/systems/ix86_FreeBSD4.${i}.mak + ${SPEECHTOOLS}/config/systems/${arch}_FreeBSD4.${i}.mak +.endfor .endfor +.for arch in alpha ix86 ${CP} ${SPEECHTOOLS}/config/systems/ix86_FreeBSD4.0.mak \ - ${SPEECHTOOLS}/config/systems/ix86_FreeBSD5.0.mak + ${SPEECHTOOLS}/config/systems/${arch}_FreeBSD5.0.mak +.endfor pre-install: .if defined (WITH_OGI) |