1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Unbreak ${MASTER_SITES} and fix lack of ${PATCH_SITES} which kills

${WITH_OGI} mode.
This commit is contained in:
Brian Feldman 2000-09-17 10:06:24 +00:00
parent a32e375bb0
commit 9cb13f3f07
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32742
2 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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