Date: Mon, 23 Dec 2013 14:02:28 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337249 - head/audio/optimfrog Message-ID: <201312231402.rBNE2SeP090479@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Dec 23 14:02:28 2013 New Revision: 337249 URL: http://svnweb.freebsd.org/changeset/ports/337249 Log: - Support staging Modified: head/audio/optimfrog/Makefile Modified: head/audio/optimfrog/Makefile ============================================================================== --- head/audio/optimfrog/Makefile Mon Dec 23 14:02:21 2013 (r337248) +++ head/audio/optimfrog/Makefile Mon Dec 23 14:02:28 2013 (r337249) @@ -15,12 +15,11 @@ ONLY_FOR_ARCHS= amd64 i386 NO_CDROM= No commercial use NO_BUILD= yes USE_LINUX= yes -NO_STAGE= yes USE_ZIP= yes PLIST_FILES= bin/off bin/ofr bin/ofs do-install: @${BRANDELF} -t Linux ${WRKSRC}/off ${WRKSRC}/ofr ${WRKSRC}/ofs - @${INSTALL_PROGRAM} ${WRKSRC}/off ${WRKSRC}/ofr ${WRKSRC}/ofs ${PREFIX}/bin/ + @${INSTALL_PROGRAM} ${WRKSRC}/off ${WRKSRC}/ofr ${WRKSRC}/ofs ${STAGEDIR}${PREFIX}/bin/ .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312231402.rBNE2SeP090479>