diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-04-06 19:05:05 +0000 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-04-06 19:05:05 +0000 |
commit | 57138a8c6e0c40d8e874e9b8c509bc9b9505be39 (patch) | |
tree | e3eadd01b686e30f4e5005dc9565c1554907bc3a /audio/linux-shoutcast | |
parent | 4074fcdd6839d309c56c48a2f3d5e86fb1c53220 (diff) | |
download | FreeBSD-ports-57138a8c6e0c40d8e874e9b8c509bc9b9505be39.zip FreeBSD-ports-57138a8c6e0c40d8e874e9b8c509bc9b9505be39.tar.gz |
Fix MASTER_SITES.
Prompted by: QAT QA run
Diffstat (limited to 'audio/linux-shoutcast')
-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 6f202f6..5a3415a 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 |