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/festvox-abc | |
parent | Update to gd.4 (diff) |
Implement MASTER_SITE_FESTIVAL and MASTER_SITE_FESTIVAL_OGI.
Notes
Notes:
svn path=/head/; revision=59762
Diffstat (limited to 'audio/festvox-abc')
-rw-r--r-- | audio/festvox-abc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/festvox-abc/Makefile b/audio/festvox-abc/Makefile index 80743d2de260..5d9846d176be 100644 --- a/audio/festvox-abc/Makefile +++ b/audio/festvox-abc/Makefile @@ -10,7 +10,7 @@ PORTNAME= festvox-abc PORTVERSION= 2.0 CATEGORIES= audio -MASTER_SITES= ftp://cslu.cse.ogi.edu/pub/tts/ +MASTER_SITES= ${MASTER_SITE_FESTIVAL_OGI} DISTNAME= voice_abc_di-2.0 DIST_SUBDIR= festival |