diff options
author | wiz <wiz@pkgsrc.org> | 2007-06-08 18:33:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-06-08 18:33:05 +0000 |
commit | 9938cb81792f91e1e3f3f5378b41c59e964405c5 (patch) | |
tree | 013452647f915a718b2a1599d9ab2cc94aa2b158 /audio/festvox-us2/Makefile | |
parent | 7f4136cfea4e4f8a6244c3c1caf57cc182f64851 (diff) | |
download | pkgsrc-9938cb81792f91e1e3f3f5378b41c59e964405c5.tar.gz |
Remove dead MASTER_SITES. From Zafer Aydogan.
Diffstat (limited to 'audio/festvox-us2/Makefile')
-rw-r--r-- | audio/festvox-us2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/festvox-us2/Makefile b/audio/festvox-us2/Makefile index b706b8e0608..136b14b05a9 100644 --- a/audio/festvox-us2/Makefile +++ b/audio/festvox-us2/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.16 2006/12/28 11:47:52 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2007/06/08 18:33:10 wiz Exp $ DISTNAME= festvox_us2 PKGNAME= festvox-us2-1.4.0 PKGREVISION= 1 CATEGORIES= audio -MASTER_SITES= ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.1/ \ - http://www.speech.cs.cmu.edu/festival/cstr/festival/1.4.1/ +MASTER_SITES= http://www.speech.cs.cmu.edu/festival/cstr/festival/1.4.1/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.cstr.ed.ac.uk/projects/festival/ |