diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-09-17 21:05:17 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-09-17 21:05:17 +0000 |
commit | 1ae6e05c32eccc54dba192963337263489b3e9d6 (patch) | |
tree | d64939a1bef440a8a14b5a9c31c8fdfe56c22c99 /audio/ogg2mp3/Makefile | |
parent | 01761326ccfd66dabcb0edae3e9bd5cc20570a4d (diff) |
Notes
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 |