diff options
author | Brian Feldman <green@FreeBSD.org> | 2000-09-17 10:06:24 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 2000-09-17 10:06:24 +0000 |
commit | 9cb13f3f070fa71ed69f433a79e85a2e2874a8ca (patch) | |
tree | 57bf325f01c92b9458eb17e4c0efd83f89c5b920 /audio/festival | |
parent | a32e375bb04ecdd15ddeadf89243d6c40cfc36d8 (diff) | |
download | ports-9cb13f3f070fa71ed69f433a79e85a2e2874a8ca.tar.gz ports-9cb13f3f070fa71ed69f433a79e85a2e2874a8ca.zip |
Notes
Diffstat (limited to 'audio/festival')
-rw-r--r-- | audio/festival/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |