diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2007-07-05 14:59:14 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2007-07-05 14:59:14 +0000 |
commit | 496476f884095e5314255bdf3efba23119c76ec0 (patch) | |
tree | 869f93be898ae9cef771c47892b499d106737b59 /audio/libao | |
parent | Fix PLIST_FILES, it was duplicated by previous merge. (diff) |
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 |