ports/187439: [PATCH] games/linux-steam: Stagedir

Johannes Jost Meixner xmj at chaot.net
Tue Mar 11 06:30:02 UTC 2014


>Number:         187439
>Category:       ports
>Synopsis:       [PATCH] games/linux-steam: 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:   Tue Mar 11 06:30:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Johannes Jost Meixner
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
Goldener Grund OUe
>Environment:
>Description:
- Stagify (remove NO_STAGE=yes, add ${STAGEDIR}

Port maintainer (chris at easymac.org) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.03.09 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- linux-steam-1.1.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 347852)
+++ Makefile	(working copy)
@@ -25,7 +25,6 @@
 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 @@
 	@${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>
--- linux-steam-1.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list