diff options
-rw-r--r-- | audio/festival+OGI/Makefile | 5 | ||||
-rw-r--r-- | audio/festival/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/audio/festival+OGI/Makefile b/audio/festival+OGI/Makefile index 25224c651686..12939fc9853b 100644 --- a/audio/festival+OGI/Makefile +++ b/audio/festival+OGI/Makefile @@ -14,10 +14,11 @@ MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/${PORTVERSION}/ \ 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/zaux024/opsys/linux/blinux/${SUB} \ + ftp://ftp.tuwien.ac.at/zaux024/opsys/linux/blinux/${SUB} SUB= festival/mirror.festival_home/${PORTVERSION}/ .if defined (WITH_OGI) -MASTER_SITES+= ftp://ftp.leb.net/pub/blinux/festival/mirror.ogi-synth_home/ \ +MASTER_SITES+= ${PATCH_SITES} +PATCH_SITES= ftp://ftp.leb.net/pub/blinux/festival/mirror.ogi-synth_home/ \ ftp://ftp.mayn.de/pub/linux/BLinux/festival/mirror.ogi-synth_home/ \ ftp://cslu.cse.ogi.edu/pub/tts/ .endif diff --git a/audio/festival/Makefile b/audio/festival/Makefile index 25224c651686..12939fc9853b 100644 --- a/audio/festival/Makefile +++ b/audio/festival/Makefile @@ -14,10 +14,11 @@ MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/${PORTVERSION}/ \ 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/zaux024/opsys/linux/blinux/${SUB} \ + ftp://ftp.tuwien.ac.at/zaux024/opsys/linux/blinux/${SUB} SUB= festival/mirror.festival_home/${PORTVERSION}/ .if defined (WITH_OGI) -MASTER_SITES+= ftp://ftp.leb.net/pub/blinux/festival/mirror.ogi-synth_home/ \ +MASTER_SITES+= ${PATCH_SITES} +PATCH_SITES= ftp://ftp.leb.net/pub/blinux/festival/mirror.ogi-synth_home/ \ ftp://ftp.mayn.de/pub/linux/BLinux/festival/mirror.ogi-synth_home/ \ ftp://cslu.cse.ogi.edu/pub/tts/ .endif |