Date: Tue, 21 Jan 2014 18:38:03 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340634 - head/graphics/backfract Message-ID: <201401211838.s0LIc3at098744@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Jan 21 18:38:02 2014 New Revision: 340634 URL: http://svnweb.freebsd.org/changeset/ports/340634 QAT: https://qat.redports.org/buildarchive/r340634/ Log: Stage support Modified: head/graphics/backfract/Makefile Modified: head/graphics/backfract/Makefile ============================================================================== --- head/graphics/backfract/Makefile Tue Jan 21 18:35:51 2014 (r340633) +++ head/graphics/backfract/Makefile Tue Jan 21 18:38:02 2014 (r340634) @@ -19,7 +19,6 @@ MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/backfract -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ "/'-O3'/s|^|#| ; \ @@ -27,6 +26,6 @@ post-patch: s|linux/soundcard.h|sys/soundcard.h|" ${WRKSRC}/configure do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/backfract ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/backfract ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401211838.s0LIc3at098744>