diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-26 10:02:40 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-26 10:02:40 +0000 |
commit | 7b0f2c9432707001df69536d2582464cbe49877b (patch) | |
tree | 9935bd2ff74785df5af9276aae5c365f8b4711e7 /audio/ccaudio | |
parent | 0dfa4bd1a55a6d0fa7fd8f346506a8b8474b14b9 (diff) | |
download | ports-7b0f2c9432707001df69536d2582464cbe49877b.tar.gz ports-7b0f2c9432707001df69536d2582464cbe49877b.zip |
Notes
Diffstat (limited to 'audio/ccaudio')
-rw-r--r-- | audio/ccaudio/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/ccaudio/Makefile b/audio/ccaudio/Makefile index c957e4c6dedc..2259b6f5b0af 100644 --- a/audio/ccaudio/Makefile +++ b/audio/ccaudio/Makefile @@ -8,7 +8,11 @@ PORTNAME= ccaudio PORTVERSION= 0.2.4 CATEGORIES= audio -MASTER_SITES= ftp://www.voxilla.org/pub/ccaudio/ +# Mastersite is broken regarding anonymous FTP, mirror is unreachable. +# I have informed the webmaster regarding this, hope to get an answer +# soon - edwin@freebsd.org 20021226 +MASTER_SITES= ftp://www.voxilla.org/pub/ccaudio/ \ + ftp://ftp.teklab.com/voxilla/pub/ccaudio/ MAINTAINER= dyfet@gnu.org |