Bug 187439 - [PATCH] games/linux-steam: Stagedir
Summary: [PATCH] games/linux-steam: Stagedir
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-11 06:30 UTC by Johannes Meixner
Modified: 2014-03-28 19:50 UTC (History)
1 user (show)

See Also:


Attachments
linux-steam-1.1.patch (726 bytes, patch)
2014-03-11 06:30 UTC, Johannes Meixner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Meixner 2014-03-11 06:30:00 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-11 06:30:09 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-11 06:30:09 UTC
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
Comment 3 Steve Wills freebsd_committer freebsd_triage 2014-03-19 14:17:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-03-28 19:44:41 UTC
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"
Comment 5 Steve Wills freebsd_committer freebsd_triage 2014-03-28 19:44:44 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!