Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Feb 2014 17:47:49 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343368 - head/security/xspy
Message-ID:  <201402081747.s18Hlnb7099533@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Sat Feb  8 17:47:49 2014
New Revision: 343368
URL: http://svnweb.freebsd.org/changeset/ports/343368
QAT: https://qat.redports.org/buildarchive/r343368/

Log:
  Support staging.

Modified:
  head/security/xspy/Makefile

Modified: head/security/xspy/Makefile
==============================================================================
--- head/security/xspy/Makefile	Sat Feb  8 17:20:00 2014	(r343367)
+++ head/security/xspy/Makefile	Sat Feb  8 17:47:49 2014	(r343368)
@@ -16,8 +16,7 @@ USE_XORG=	x11
 
 ALL_TARGET=	xspy
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/xspy ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/xspy ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>



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