aboutsummaryrefslogtreecommitdiff
path: root/audio/ogg2mp3
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2014-05-12 13:40:58 +0000
committerAlex Kozlov <ak@FreeBSD.org>2014-05-12 13:40:58 +0000
commit5066b338f0a03cff30b6d89eb19203c4e44fb798 (patch)
treedc50dab12bfa99799ded19247edce14866349b68 /audio/ogg2mp3
parentf3f4adb750071b8c195cde059b63a082c440e505 (diff)
downloadports-5066b338f0a03cff30b6d89eb19203c4e44fb798.tar.gz
ports-5066b338f0a03cff30b6d89eb19203c4e44fb798.zip
- Support STAGEDIR
- Add license - Use a single space after WWW in pkg-descr PR: ports/189658 Submitted by: Tobias Rehbein <tobias.rehbein@web.de> (maintainer)
Notes
Notes: svn path=/head/; revision=353818
Diffstat (limited to 'audio/ogg2mp3')
-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