diff options
Diffstat (limited to 'audio/mp32ogg')
-rw-r--r-- | audio/mp32ogg/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/mp32ogg/Makefile b/audio/mp32ogg/Makefile index 990981557839..4a650ac0c7e8 100644 --- a/audio/mp32ogg/Makefile +++ b/audio/mp32ogg/Makefile @@ -10,10 +10,11 @@ PORTNAME= mp32ogg PORTVERSION= 0.11 PORTREVISION= 2 CATEGORIES= audio perl5 -MASTER_SITES= ftp://ftp.faceprint.com/pub/software/scripts/ +MASTER_SITES= ftp://ftp.faceprint.com/pub/software/scripts/ \ + http://people.freebsd.org/~uqs/distfiles/ EXTRACT_SUFX= # empty -MAINTAINER= uspoerlein@gmail.com +MAINTAINER= uqs@FreeBSD.org COMMENT= Convert MP3 files to Ogg Vorbis files RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 \ |