diff options
Diffstat (limited to 'audio/cd2mp3/Makefile')
-rw-r--r-- | audio/cd2mp3/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/cd2mp3/Makefile b/audio/cd2mp3/Makefile index c94681a97b2e..43e195d529cc 100644 --- a/audio/cd2mp3/Makefile +++ b/audio/cd2mp3/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.82 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio -MASTER_SITES= http://www.blackh0le.net/cd2mp3/dist/${PORTVERSION}/ +MASTER_SITES= http://www.liquidx.org/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Easy to use CD Ripping and MP3 Encoding tool @@ -18,9 +18,6 @@ COMMENT= Easy to use CD Ripping and MP3 Encoding tool RUN_DEPENDS= lame:${PORTSDIR}/audio/lame/ \ dagrab:${PORTSDIR}/audio/dagrab -BROKEN= "Does not fetch, website is gone" -EXPIRATION_DATE=2005-09-29 - NO_BUILD= yes WRKSRC= ${WRKDIR}/cd2mp3 |