diff options
author | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-05-31 07:45:28 +0000 |
---|---|---|
committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-05-31 07:45:28 +0000 |
commit | 650bdbbf626fa770f4c40b12f87fd78b0640ab88 (patch) | |
tree | 2ca87ced10442e943f3cb7687a38fc100ac59ca0 /audio/mp32ogg | |
parent | 1edec43e9192f1b53bf2ee3215be40c9b911428e (diff) | |
download | ports-650bdbbf626fa770f4c40b12f87fd78b0640ab88.tar.gz ports-650bdbbf626fa770f4c40b12f87fd78b0640ab88.zip |
Notes
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 \ |