diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cd2mp3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/cd2mp3/Makefile b/audio/cd2mp3/Makefile index 33185f340cbd..9a3edc629796 100644 --- a/audio/cd2mp3/Makefile +++ b/audio/cd2mp3/Makefile @@ -6,8 +6,9 @@ PORTVERSION= 0.82 PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= audio -MASTER_SITES= http://cvsup.theplanet.com/distfiles/ \ - http://mark.foster.cc/pub/freebsd/ports/distfiles/ +MASTER_SITES= http://mark.foster.cc/pub/freebsd/ports/distfiles/ \ + LOCAL/feld +MASTER_SITES= LOCAL/feld MAINTAINER= mark@foster.cc COMMENT= Easy to use CD Ripping and MP3 Encoding tool @@ -15,7 +16,6 @@ COMMENT= Easy to use CD Ripping and MP3 Encoding tool RUN_DEPENDS= lame:${PORTSDIR}/audio/lame \ dagrab:${PORTSDIR}/audio/dagrab -BROKEN= Fails to fetch USES= perl5 shebangfix USE_PERL5= run SHEBANG_FILES= cd2mp3 |