1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- 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)
This commit is contained in:
Alex Kozlov 2014-05-12 13:40:58 +00:00
parent f3f4adb750
commit 5066b338f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353818
2 changed files with 5 additions and 5 deletions

View File

@ -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>

View File

@ -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