svn commit: r339289 - head/graphics/xdgagrab

Antoine Brodin antoine at FreeBSD.org
Thu Jan 9 21:42:19 UTC 2014


Author: antoine
Date: Thu Jan  9 21:42:19 2014
New Revision: 339289
URL: http://svnweb.freebsd.org/changeset/ports/339289

Log:
  Stage support

Modified:
  head/graphics/xdgagrab/Makefile

Modified: head/graphics/xdgagrab/Makefile
==============================================================================
--- head/graphics/xdgagrab/Makefile	Thu Jan  9 21:41:13 2014	(r339288)
+++ head/graphics/xdgagrab/Makefile	Thu Jan  9 21:42:19 2014	(r339289)
@@ -14,8 +14,7 @@ USE_XORG=	x11 xxf86dga
 ALL_TARGET=	xdgagrab
 PLIST_FILES=	bin/xdgagrab
 
-NO_STAGE=	yes
 do-install:
-		${INSTALL_PROGRAM} ${WRKSRC}/xdgagrab ${PREFIX}/bin
+		${INSTALL_PROGRAM} ${WRKSRC}/xdgagrab ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list