summaryrefslogtreecommitdiff
path: root/audio/festival
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2000-09-17 10:06:24 +0000
committerBrian Feldman <green@FreeBSD.org>2000-09-17 10:06:24 +0000
commit9cb13f3f070fa71ed69f433a79e85a2e2874a8ca (patch)
tree57bf325f01c92b9458eb17e4c0efd83f89c5b920 /audio/festival
parentUpdate to dumpasn1-20000222 (diff)
Unbreak ${MASTER_SITES} and fix lack of ${PATCH_SITES} which kills
${WITH_OGI} mode.
Notes
Notes: svn path=/head/; revision=32742
Diffstat (limited to 'audio/festival')
-rw-r--r--audio/festival/Makefile5
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