diff options
author | ak <ak@FreeBSD.org> | 2014-05-12 21:40:58 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2014-05-12 21:40:58 +0800 |
commit | edbe92a2b90450f51eeb4e081118cff43fc7662d (patch) | |
tree | dc50dab12bfa99799ded19247edce14866349b68 /audio | |
parent | 14d4259e8622011762af20f4de0ca9f6cf9e4245 (diff) | |
download | freebsd-ports-gnome-edbe92a2b90450f51eeb4e081118cff43fc7662d.tar.gz freebsd-ports-gnome-edbe92a2b90450f51eeb4e081118cff43fc7662d.tar.zst freebsd-ports-gnome-edbe92a2b90450f51eeb4e081118cff43fc7662d.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)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ogg2mp3/Makefile | 8 | ||||
-rw-r--r-- | audio/ogg2mp3/pkg-descr | 2 |
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 |