aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/ogg2mp3/Makefile8
-rw-r--r--audio/ogg2mp3/pkg-descr2
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/ogg2mp3/Makefile b/audio/ogg2mp3/Makefile
index 135e7a59e875..346414bdf040 100644
--- a/audio/ogg2mp3/Makefile
+++ b/audio/ogg2mp3/Makefile
@@ -10,14 +10,14 @@ MASTER_SITES= http://jamesa.com/projects/ogg2mp3/releases/
MAINTAINER= tobias.rehbein@web.de
COMMENT= Perl script that converts Ogg Vorbis files to MP3 format
+LICENSE= GPLv2
+
RUN_DEPENDS= lame:${PORTSDIR}/audio/lame \
p5-String-ShellQuote>=0:${PORTSDIR}/textproc/p5-String-ShellQuote \
ogginfo:${PORTSDIR}/audio/vorbis-tools
NO_BUILD= yes
-USE_BZIP2= yes
-NO_STAGE= yes
-USES= perl5
+USES= perl5 tar:bzip2
PLIST_FILES= bin/ogg2mp3
@@ -25,6 +25,6 @@ post-patch:
@${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|" ${WRKSRC}/ogg2mp3
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/ogg2mp3 ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/ogg2mp3 ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
diff --git a/audio/ogg2mp3/pkg-descr b/audio/ogg2mp3/pkg-descr
index b5a165a2d828..6dcd679f10d2 100644
--- a/audio/ogg2mp3/pkg-descr
+++ b/audio/ogg2mp3/pkg-descr
@@ -1,3 +1,3 @@
ogg2mp3 is a perl script that converts Ogg Vorbis files into MP3 format.
-WWW: http://gitorious.org/ogg2mp3/pages/Home
+WWW: http://gitorious.org/ogg2mp3/pages/Home