diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-26 12:31:55 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-26 12:31:55 +0000 |
commit | fd31fb939adc3776080a103bab4d62fbd5858703 (patch) | |
tree | bb4753f99bd2aa6a6c2567f2f8d6a2be0d76b4da /audio/libvorbis | |
parent | bd15bd6b9dca3d68550871bf6389b933c538678b (diff) | |
download | ports-fd31fb939adc3776080a103bab4d62fbd5858703.tar.gz ports-fd31fb939adc3776080a103bab4d62fbd5858703.zip |
Notes
Diffstat (limited to 'audio/libvorbis')
-rw-r--r-- | audio/libvorbis/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index 78c9b29ed892..980085c61d32 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -10,9 +10,7 @@ PORTVERSION= 1.0 PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= audio -MASTER_SITES= ftp://ftp.linuxpowered.com/pub/Vorbis/unix/ \ - ftp://ftp.wiles.org/pub/mirrors/Vorbis/unix/ \ - http://xiph.stratius.com/vorbis/unix/ \ +MASTER_SITES= ftp://ftp.wiles.org/pub/mirrors/Vorbis/unix/ \ http://www.oddsock.org/vorbis/unix/ \ http://www.casterclub.com/vorbis/unix/ \ http://www.math.utoledo.edu/~chaese/Vorbis/unix/ |