diff -ruN audio/mp3burn.orig/Makefile audio/mp3burn/Makefile --- audio/mp3burn.orig/Makefile 2011-03-17 20:47:40.000000000 +0100 +++ audio/mp3burn/Makefile 2011-03-17 21:00:17.000000000 +0100 @@ -11,7 +11,7 @@ MASTER_SITES= SF MAINTAINER= dhn@FreeBSD.org -COMMENT= Command line tool for making audio CDs from mp3s +COMMENT= Command line tool to burn audio CDs from MP3, Ogg Vorbis, or FLAC files RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 \ ogg123:${PORTSDIR}/audio/vorbis-tools \ @@ -31,7 +31,8 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|g' \ -e 's|/bin/uname|/usr/bin/uname|g' \ - -e 's|x86_64|amd64|g' ${WRKSRC}/${PORTNAME} + -e 's|x86_64|amd64|g' \ + -e 's|" -pad -audio"|" -tao -pad -audio"|' ${WRKSRC}/${PORTNAME} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/mp3burn ${PREFIX}/bin diff -ruN audio/mp3burn.orig/pkg-descr audio/mp3burn/pkg-descr --- audio/mp3burn.orig/pkg-descr 2011-03-17 20:47:40.000000000 +0100 +++ audio/mp3burn/pkg-descr 2011-03-17 21:11:48.000000000 +0100 @@ -1,4 +1,7 @@ -mp3burn is a simple command line tool for making audio CDs from mp3s -without filling up your disk with .wav files. +mp3burn is a simple command line tool for making audio CDs from encoded audio +files without filling up your disk with .wav files. + +It uses Perl(1), ogg123(1), mpg321(1) or mpg123(1), cdrecord(1), flac(1), and +the MP3::Info Perl module. WWW: http://mp3burn.sourceforge.net/