diff options
author | green <green@FreeBSD.org> | 2000-09-17 10:06:24 +0000 |
---|---|---|
committer | green <green@FreeBSD.org> | 2000-09-17 10:06:24 +0000 |
commit | 0fe1315f94d8930dfbf8a79daa32389a57ca4711 (patch) | |
tree | 392aacc8d63fe5edfc7a1657339819df0c9d6152 /audio/festival+OGI | |
parent | aba3a34026d5e9e82fe7de9121360ca28a09040d (diff) | |
download | FreeBSD-ports-0fe1315f94d8930dfbf8a79daa32389a57ca4711.zip FreeBSD-ports-0fe1315f94d8930dfbf8a79daa32389a57ca4711.tar.gz |
Unbreak ${MASTER_SITES} and fix lack of ${PATCH_SITES} which kills
${WITH_OGI} mode.
Diffstat (limited to 'audio/festival+OGI')
-rw-r--r-- | audio/festival+OGI/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/festival+OGI/Makefile b/audio/festival+OGI/Makefile index 25224c6..12939fc 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 |