svn commit: r357900 - head/games/rubix

Vanilla I. Shu vanilla at FreeBSD.org
Sun Jun 15 16:19:17 UTC 2014


Author: vanilla
Date: Sun Jun 15 16:19:17 2014
New Revision: 357900
URL: http://svnweb.freebsd.org/changeset/ports/357900
QAT: https://qat.redports.org/buildarchive/r357900/

Log:
  Stagify.
  
  Approved by:	portmgr@

Modified:
  head/games/rubix/Makefile

Modified: head/games/rubix/Makefile
==============================================================================
--- head/games/rubix/Makefile	Sun Jun 15 16:17:18 2014	(r357899)
+++ head/games/rubix/Makefile	Sun Jun 15 16:19:17 2014	(r357900)
@@ -22,18 +22,16 @@ PLIST_FILES=	bin/rubix
 
 DOCFILES=	AUTHORS BUGS INSTALL README TODO
 
-NO_STAGE=	yes
-
 OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.options.mk>
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/rubix ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/rubix ${STAGEDIR}${PREFIX}/bin
 .if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for file in ${DOCFILES}
-	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
 .endfor
 .endif
 


More information about the svn-ports-head mailing list