Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Mar 2014 08:27:37 +0200 (EET)
From:      Johannes Jost Meixner <xmj@chaot.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        chris@easymac.org
Subject:   ports/187439: [PATCH] games/linux-steam: Stagedir
Message-ID:  <16436554471685533329.enqueue@mx12.chaot.net>
Resent-Message-ID: <201403110630.s2B6U03x024503@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16436554471685533329.enqueue>