diff options
author | clement <clement@FreeBSD.org> | 2005-05-22 13:45:59 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-05-22 13:45:59 +0000 |
commit | 2337392a14140750c76cb1635e35abe7ae7994fa (patch) | |
tree | d11cb9239a6baf58f1f189205240a2576b55928f /www/mod_mp3 | |
parent | f191e793205908788d8ca03de86ab63ea402817a (diff) | |
download | FreeBSD-ports-2337392a14140750c76cb1635e35abe7ae7994fa.zip FreeBSD-ports-2337392a14140750c76cb1635e35abe7ae7994fa.tar.gz |
- Fix MASTER_SITES
Diffstat (limited to 'www/mod_mp3')
-rw-r--r-- | www/mod_mp3/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/mod_mp3/Makefile b/www/mod_mp3/Makefile index 62c306e..ca370c6 100644 --- a/www/mod_mp3/Makefile +++ b/www/mod_mp3/Makefile @@ -8,9 +8,7 @@ PORTNAME= mod_mp3 PORTVERSION= 0.40 CATEGORIES= www audio -MASTER_SITES= http://software.tangent.org/download/ \ - ftp://ftp.tangent.org/pub/apache/ \ - http://atreides.freenix.no/~anders/ +MASTER_SITES= http://download.tangent.org/ MAINTAINER= apache@FreeBSD.org COMMENT= Apache module to allow MP3 streaming |