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 /Mk | |
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 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 6fdb3740fa1d..5b637d4ba012 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -47,6 +47,17 @@ MASTER_SITE_COMP_SOURCES+= \ ftp://ftp.funet.fi/pub/archive/comp.sources.%SUBDIR%/ \ ftp://rtfm.mit.edu/pub/usenet/comp.sources.%SUBDIR%/ +MASTER_SITE_FESTIVAL= \ + http://www.speech.cs.cmu.edu/festival/cstr/festival/%SUBDIR%/ \ + ftp://ftp.leb.net/pub/blinux/festival/mirror.festival_home/%SUBDIR%/ \ + ftp://ftp.mayn.de/pub/linux/BLinux/festival/mirror.festival_home/%SUBDIR%/ \ + ftp://ftp.tuwien.ac.at/opsys/linux/blinux/festival/mirror.festival_home/%SUBDIR%/ + +MASTER_SITE_FESTIVAL_OGI= \ + 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/ + # # FreeBSD mirror sites # |