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-don | |
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-don')
-rw-r--r-- | audio/festvox-don/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/festvox-don/Makefile b/audio/festvox-don/Makefile index f34211e46780..28eb81df4369 100644 --- a/audio/festvox-don/Makefile +++ b/audio/festvox-don/Makefile @@ -10,9 +10,8 @@ PORTNAME= festvox-don 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_don DIST_SUBDIR= festival |