diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-05-23 04:35:39 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-05-23 04:35:39 +0000 |
commit | 5b34771f4470d6922102354ef1645bdcc8748dc0 (patch) | |
tree | 51f3d8fbbe636676a02f69b4dbd0c6c1eccc55a7 /audio/festival+OGI | |
parent | cbecc7fb36bf65a963c8f00327b6d3ff6c48708d (diff) | |
download | ports-5b34771f4470d6922102354ef1645bdcc8748dc0.tar.gz ports-5b34771f4470d6922102354ef1645bdcc8748dc0.zip |
Notes
Diffstat (limited to 'audio/festival+OGI')
-rw-r--r-- | audio/festival+OGI/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/audio/festival+OGI/Makefile b/audio/festival+OGI/Makefile index d96693317917..d90688a65992 100644 --- a/audio/festival+OGI/Makefile +++ b/audio/festival+OGI/Makefile @@ -11,16 +11,11 @@ PORTNAME= festival PORTVERSION= 1.4.1 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= 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/opsys/linux/blinux/${SUB} -SUB= festival/mirror.festival_home/${PORTVERSION}/ +MASTER_SITES= ${MASTER_SITE_FESTIVAL} +MASTER_SITE_SUBDIR= ${PORTVERSION} .if defined (WITH_OGI) 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/ +PATCH_SITES= ${MASTER_SITE_FESTIVAL_OGI} .endif DISTFILES= ${DISTNAME}.tar.gz \ speech_tools-1.2.1.tar.gz |