svn commit: r343368 - head/security/xspy

Emanuel Haupt ehaupt at FreeBSD.org
Sat Feb 8 17:47:49 UTC 2014


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>


More information about the svn-ports-all mailing list