Date: Wed, 08 Jan 2014 09:28:29 +0900 From: Takefu <takefu@airport.fm> To: freebsd-gnats-submit@freebsd.org Cc: netchild@FreeBSD.org Subject: ports/185565: [PATCH] audio/lame: fix StageDir Message-ID: <52CC9BAD.6000708@airport.fm> Resent-Message-ID: <201401080030.s080U0Uf092331@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 185565 >Category: ports >Synopsis: [PATCH] audio/lame: fix StageDir >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jan 08 00:30:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Takefu >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: FOX Amateur Radio Club >Environment: System: FreeBSD RELENG84-ix86.localIPv4.airport.fm 8.4-RELEASE-p4 FreeBSD 8.4-RELEASE-p4 #0: Wed Sep 25 14:55:36 JST 2013 >Description: fix StageDir Port maintainer (netchild@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- lame-3.99.5_1.patch begins here --- diff -ruN /usr/ports/audio/lame/Makefile ./Makefile --- /usr/ports/audio/lame/Makefile 2014-01-08 01:08:06.000000000 +0900 +++ ./Makefile 2014-01-08 08:50:35.000000000 +0900 @@ -11,16 +11,14 @@ COMMENT= Fast MP3 encoder kit USES= gmake iconv -NO_STAGE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-nasm --enable-mp3rtp --disable-gtktest +CONFIGURE_ARGS_PREFIX= ${STAGEDIR}${PREFIX} RESTRICTED= patent issues, see http://www.mp3licensing.com/ -MAN1= lame.1 - DOC_FILES= API LICENSE README TODO USAGE .include <bsd.port.pre.mk> @@ -46,9 +44,9 @@ post-install: install-doc install-doc: - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor .endif diff -ruN /usr/ports/audio/lame/pkg-plist ./pkg-plist --- /usr/ports/audio/lame/pkg-plist 2012-07-14 21:56:14.000000000 +0900 +++ ./pkg-plist 2014-01-08 08:49:26.000000000 +0900 @@ -1,5 +1,6 @@ bin/lame bin/mp3rtp +man/man1/lame.1.gz include/lame/lame.h lib/libmp3lame.a lib/libmp3lame.la --- lame-3.99.5_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52CC9BAD.6000708>