diff options
Diffstat (limited to 'audio/ogg2mp3/Makefile')
-rw-r--r-- | audio/ogg2mp3/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/audio/ogg2mp3/Makefile b/audio/ogg2mp3/Makefile index 04439d58ed00..3ab8ef5fe5d1 100644 --- a/audio/ogg2mp3/Makefile +++ b/audio/ogg2mp3/Makefile @@ -5,10 +5,9 @@ # $FreeBSD$ PORTNAME= ogg2mp3 -PORTVERSION= 0.5 -PORTREVISION= 3 +PORTVERSION= 0.6.1 CATEGORIES= audio -MASTER_SITES= http://www.atarininja.org/distfiles/ +MASTER_SITES= http://jamesa.com/projects/ogg2mp3/releases/ MAINTAINER= tobias.rehbein@web.de COMMENT= Perl script that converts Ogg Vorbis files to MP3 format @@ -24,8 +23,7 @@ USE_PERL5= yes PLIST_FILES= bin/ogg2mp3 post-patch: - @${REINPLACE_CMD} -e 's|/usr/bin|/usr/local/bin|g' \ - ${WRKSRC}/ogg2mp3 + @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|" ${WRKSRC}/ogg2mp3 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/ogg2mp3 ${PREFIX}/bin |