svn commit: r355694 - head/games/ttraffic

Vanilla I. Shu vanilla at FreeBSD.org
Thu May 29 13:23:28 UTC 2014


Author: vanilla
Date: Thu May 29 13:23:27 2014
New Revision: 355694
URL: http://svnweb.freebsd.org/changeset/ports/355694
QAT: https://qat.redports.org/buildarchive/r355694/

Log:
  Stageify.
  
  Approved by:	portmgr@

Modified:
  head/games/ttraffic/Makefile

Modified: head/games/ttraffic/Makefile
==============================================================================
--- head/games/ttraffic/Makefile	Thu May 29 12:05:20 2014	(r355693)
+++ head/games/ttraffic/Makefile	Thu May 29 13:23:27 2014	(r355694)
@@ -22,14 +22,13 @@ SHEBANG_LANG=	wish
 wish_OLD_CMD=	/usr/bin/wish
 wish_CMD=		${LOCALBASE}/bin/wish8.4
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -i '' -e 's|/usr/local/share/ttraffic/|${DATADIR}/|' \
 		${WRKSRC}/ttraffic.tcl
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/ttraffic.tcl ${PREFIX}/bin/ttraffic
-	${MKDIR} ${DATADIR}
-	${INSTALL_DATA} ${WRKSRC}/ttraffic.levels ${DATADIR}
+	${INSTALL_SCRIPT} ${WRKSRC}/ttraffic.tcl ${STAGEDIR}${PREFIX}/bin/ttraffic
+	${MKDIR} ${STAGEDIR}${DATADIR}
+	${INSTALL_DATA} ${WRKSRC}/ttraffic.levels ${STAGEDIR}${DATADIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list