diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-01-30 22:18:24 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-01-30 22:18:24 +0000 |
commit | f83606bb98133e75a2747cb1a8a5b53c3d8e3232 (patch) | |
tree | f96aaf66f23dd3996e02f3505e96432046f15a1c /audio/libao/Makefile | |
parent | Fix glitch in option handling. (diff) |
Update master sites.
PR: 47676, 47677
Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru>
Notes
Notes:
svn path=/head/; revision=74315
Diffstat (limited to 'audio/libao/Makefile')
-rw-r--r-- | audio/libao/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/libao/Makefile b/audio/libao/Makefile index 83aa92bc0a42..7622861754a2 100644 --- a/audio/libao/Makefile +++ b/audio/libao/Makefile @@ -9,9 +9,10 @@ PORTNAME= libao PORTVERSION= 0.8.3 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= ftp://ftp.wiles.org/pub/mirrors/Vorbis/unix/ \ - http://www.oddsock.org/vorbis/unix/ \ +MASTER_SITES= http://www.vorbis.com/files/1.0/unix/ \ + ftp://ftp.wiles.org/pub/mirrors/Vorbis/unix/ \ http://www.casterclub.com/vorbis/unix/ \ + http://www.cyclooctane.com/vorbis/unix/ \ http://www.math.utoledo.edu/~chaese/Vorbis/unix/ MAINTAINER= naddy@FreeBSD.org |