diff options
author | naddy <naddy@FreeBSD.org> | 2007-07-05 22:59:14 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2007-07-05 22:59:14 +0800 |
commit | 318775541a0bfc0af2de28837f998b8f98fc2678 (patch) | |
tree | 2641ff45d821602f6a4a88d8f69560ebeb194468 /audio/libao | |
parent | 574740a85a782c4feef78375291b3fec975d805c (diff) | |
download | freebsd-ports-gnome-318775541a0bfc0af2de28837f998b8f98fc2678.tar.gz freebsd-ports-gnome-318775541a0bfc0af2de28837f998b8f98fc2678.tar.zst freebsd-ports-gnome-318775541a0bfc0af2de28837f998b8f98fc2678.zip |
Use preferred URL for master site.
Submitted by: db
Diffstat (limited to 'audio/libao')
-rw-r--r-- | audio/libao/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libao/Makefile b/audio/libao/Makefile index fcd553d8e1e2..597321d5322b 100644 --- a/audio/libao/Makefile +++ b/audio/libao/Makefile @@ -9,7 +9,7 @@ PORTNAME= libao PORTVERSION= 0.8.5 PORTREVISION= 5 CATEGORIES= audio -MASTER_SITES= http://www.xiph.org/ao/src/ +MASTER_SITES= http://downloads.xiph.org/releases/ao/ MAINTAINER= naddy@FreeBSD.org COMMENT= Portable audio output library |