diff options
author | trevor <trevor@FreeBSD.org> | 2002-05-23 12:35:39 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-05-23 12:35:39 +0800 |
commit | 1ed389fb8123cbf26e7a5fadb6e691f4d52cb1d0 (patch) | |
tree | b6ffb452c4a786ceecfdcb544f95923acdefb313 /audio/festvox-tll | |
parent | b244d92c6f4c4a37492b409eb4019acf6af3ba77 (diff) | |
download | freebsd-ports-gnome-1ed389fb8123cbf26e7a5fadb6e691f4d52cb1d0.tar.gz freebsd-ports-gnome-1ed389fb8123cbf26e7a5fadb6e691f4d52cb1d0.tar.zst freebsd-ports-gnome-1ed389fb8123cbf26e7a5fadb6e691f4d52cb1d0.zip |
Implement MASTER_SITE_FESTIVAL and MASTER_SITE_FESTIVAL_OGI.
Diffstat (limited to 'audio/festvox-tll')
-rw-r--r-- | audio/festvox-tll/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/festvox-tll/Makefile b/audio/festvox-tll/Makefile index ebc1a4d50dcb..e657c33a0be6 100644 --- a/audio/festvox-tll/Makefile +++ b/audio/festvox-tll/Makefile @@ -10,9 +10,7 @@ PORTNAME= festvox-tll PORTVERSION= 2.0 CATEGORIES= audio -MASTER_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/ +MASTER_SITES= ${MASTER_SITE_FESTIVAL_OGI} DISTNAME= voice_tll_di-2.0 DIST_SUBDIR= festival |