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-el11/Makefile | |
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-el11/Makefile')
-rw-r--r-- | audio/festvox-el11/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/festvox-el11/Makefile b/audio/festvox-el11/Makefile index 54981fce2f24..fac7f7984e26 100644 --- a/audio/festvox-el11/Makefile +++ b/audio/festvox-el11/Makefile @@ -10,9 +10,8 @@ PORTNAME= festvox-el11 PORTVERSION= 1.4.0 CATEGORIES= audio -MASTER_SITES= http://www.speech.cs.cmu.edu/festival/cstr/festival/1.4.1/ \ - ${MASTER_SITE_NETBSD} \ - ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.1/ +MASTER_SITES= ${MASTER_SITE_FESTIVAL} +MASTER_SITE_SUBDIR= 1.4.1 DISTNAME= festvox_ellpc11k DIST_SUBDIR= festival |