svn commit: r355697 - head/games/xroads

Vanilla I. Shu vanilla at FreeBSD.org
Thu May 29 13:38:47 UTC 2014


Author: vanilla
Date: Thu May 29 13:38:46 2014
New Revision: 355697
URL: http://svnweb.freebsd.org/changeset/ports/355697
QAT: https://qat.redports.org/buildarchive/r355697/

Log:
  Stageify.
  
  Approved by:	portmgr@

Modified:
  head/games/xroads/Makefile

Modified: head/games/xroads/Makefile
==============================================================================
--- head/games/xroads/Makefile	Thu May 29 13:33:01 2014	(r355696)
+++ head/games/xroads/Makefile	Thu May 29 13:38:46 2014	(r355697)
@@ -13,19 +13,18 @@ COMMENT=	Commodore 64 "Crossroads"-like 
 
 USE_XORG=	x11 xpm xext
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/xroads ${PREFIX}/bin
-	@${MKDIR} ${PREFIX}/share/xroads
+	${INSTALL_PROGRAM} ${WRKSRC}/xroads ${STAGEDIR}${PREFIX}/bin
+	@${MKDIR} ${STAGEDIR}${PREFIX}/share/xroads
 .for file in 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18
-	${INSTALL_DATA} ${WRKSRC}/map${file}.xrm ${PREFIX}/share/xroads
+	${INSTALL_DATA} ${WRKSRC}/map${file}.xrm ${STAGEDIR}${PREFIX}/share/xroads
 .endfor
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${PREFIX}/share/doc/xroads
+	@${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/xroads
 .for file in BUGS CHANGELOG README
-	${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/xroads
+	${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/share/doc/xroads
 .endfor
 .endif
 


More information about the svn-ports-all mailing list