- Stagify (remove NO_STAGE=yes, add ${STAGEDIR} Port maintainer (chris@easymac.org) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.09 (mode: change, diff: SVN)
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Maintainer of games/linux-steam, Please note that PR ports/187439 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/187439 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
Responsible Changed From-To: freebsd-ports-bugs->swills I'll take it.
Author: swills Date: Fri Mar 28 19:44:37 2014 New Revision: 349453 URL: http://svnweb.freebsd.org/changeset/ports/349453 QAT: https://qat.redports.org/buildarchive/r349453/ Log: - Stagify PR: ports/187439 Submitted by: Johannes Jost Meixner <xmj@chaot.net> Approved by: maintainer timeout (chris@easymac.org, >2 weeks) Modified: head/games/linux-steam/Makefile Modified: head/games/linux-steam/Makefile ============================================================================== --- head/games/linux-steam/Makefile Fri Mar 28 19:43:34 2014 (r349452) +++ head/games/linux-steam/Makefile Fri Mar 28 19:44:37 2014 (r349453) @@ -25,7 +25,6 @@ SUB_FILES= pkg-message SUB_LIST= INSTALLDIR=${PREFIX}/${INSTALLDIR} PLIST_SUB+= INSTALLDIR=${INSTALLDIR} -NO_STAGE= yes pre-everything:: @${ECHO_MSG} "You can use the INSTALLDIR option to change the install directory." @@ -35,8 +34,8 @@ do-build: @${CHMOD} +x ${WRKDIR}/${DISTFILES} && cd ${WRKDIR} && ./${DISTFILES} do-install: - @${MKDIR} ${PREFIX}/${INSTALLDIR} - @${CP} ${WRKDIR}/${PORTNAME} ${PREFIX}/${INSTALLDIR}/ + @${MKDIR} ${STAGEDIR}${PREFIX}/${INSTALLDIR} + @${CP} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/${INSTALLDIR}/ @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!