diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-04-07 03:05:05 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-04-07 03:05:05 +0800 |
commit | 57138a8c6e0c40d8e874e9b8c509bc9b9505be39 (patch) | |
tree | e3eadd01b686e30f4e5005dc9565c1554907bc3a /audio | |
parent | 4074fcdd6839d309c56c48a2f3d5e86fb1c53220 (diff) | |
download | freebsd-ports-gnome-57138a8c6e0c40d8e874e9b8c509bc9b9505be39.tar.gz freebsd-ports-gnome-57138a8c6e0c40d8e874e9b8c509bc9b9505be39.tar.zst freebsd-ports-gnome-57138a8c6e0c40d8e874e9b8c509bc9b9505be39.zip |
Fix MASTER_SITES.
Prompted by: QAT QA run
Diffstat (limited to 'audio')
-rw-r--r-- | audio/linux-shoutcast/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/linux-shoutcast/Makefile b/audio/linux-shoutcast/Makefile index 6f202f6ec427..5a3415a324eb 100644 --- a/audio/linux-shoutcast/Makefile +++ b/audio/linux-shoutcast/Makefile @@ -7,7 +7,7 @@ PORTNAME= shoutcast PORTVERSION= 1.9.8 CATEGORIES= audio net -MASTER_SITES= http://www.shoutcast.com/downloads/sc${PORTVERSION:S|.|-|g}/ +MASTER_SITES= http://yp.shoutcast.com/downloads/sc${PORTVERSION:S|.|-|g}/ PKGNAMEPREFIX= linux- DISTNAME= sc_serv_${PORTVERSION}_Linux |