aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-05-29 21:23:27 +0800
committervanilla <vanilla@FreeBSD.org>2014-05-29 21:23:27 +0800
commit35f4bbd45bde4e6d7ba16536a3cfac2176f0cd7f (patch)
treec54b2e09c0151ea257e0d7a37243b758633e203c /games
parent0f34e5ae7059ff8055afdbfe8002591a6941f19b (diff)
downloadfreebsd-ports-gnome-35f4bbd45bde4e6d7ba16536a3cfac2176f0cd7f.tar.gz
freebsd-ports-gnome-35f4bbd45bde4e6d7ba16536a3cfac2176f0cd7f.tar.zst
freebsd-ports-gnome-35f4bbd45bde4e6d7ba16536a3cfac2176f0cd7f.zip
Stageify.
Approved by: portmgr@
Diffstat (limited to 'games')
-rw-r--r--games/ttraffic/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/games/ttraffic/Makefile b/games/ttraffic/Makefile
index 5ded454c81df..20b06f044cff 100644
--- a/games/ttraffic/Makefile
+++ b/games/ttraffic/Makefile
@@ -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>