svn commit: r333960 - head/games/xtruco

Danilo Egea Gondolfo danilo at FreeBSD.org
Sat Nov 16 01:21:58 UTC 2013


Author: danilo
Date: Sat Nov 16 01:21:57 2013
New Revision: 333960
URL: http://svnweb.freebsd.org/changeset/ports/333960

Log:
  - Add stage support

Modified:
  head/games/xtruco/Makefile

Modified: head/games/xtruco/Makefile
==============================================================================
--- head/games/xtruco/Makefile	Sat Nov 16 01:17:20 2013	(r333959)
+++ head/games/xtruco/Makefile	Sat Nov 16 01:21:57 2013	(r333960)
@@ -15,8 +15,7 @@ COMMENT=	Simple version for X Window of 
 USE_XORG=	x11
 PLIST_FILES=	bin/xtruco
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/xtruco ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/xtruco ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list