svn commit: r329119 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Wed Oct 2 22:33:28 UTC 2013


Author: bapt
Date: Wed Oct  2 22:33:27 2013
New Revision: 329119
URL: http://svnweb.freebsd.org/changeset/ports/329119

Log:
  Allow scons port to support staging

Modified:
  head/Mk/bsd.scons.mk

Modified: head/Mk/bsd.scons.mk
==============================================================================
--- head/Mk/bsd.scons.mk	Wed Oct  2 22:31:56 2013	(r329118)
+++ head/Mk/bsd.scons.mk	Wed Oct  2 22:33:27 2013	(r329119)
@@ -62,6 +62,10 @@ SCONS_ARGS?=
 SCONS_BUILDENV?=
 SCONS_TARGET?=
 
+.if !defined(NO_STAGE)
+SCONS_ARGS+=	${DESTDIRNAME}=${STAGEDIR}
+.endif
+
 #
 # SCONS_INSTALL_TARGET is the default target to be used when
 # installing a port using scons.


More information about the svn-ports-head mailing list