aboutsummaryrefslogtreecommitdiff
path: root/games/ttraffic/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-05-29 13:23:27 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-05-29 13:23:27 +0000
commita3a55cc0b948b6c9ef9d57b499b2eb3e7b16c49a (patch)
treec54b2e09c0151ea257e0d7a37243b758633e203c /games/ttraffic/Makefile
parent411c870d66ee7d8c7cce513467118d84ec21268a (diff)
downloadports-a3a55cc0b948b6c9ef9d57b499b2eb3e7b16c49a.tar.gz
ports-a3a55cc0b948b6c9ef9d57b499b2eb3e7b16c49a.zip
Notes
Diffstat (limited to 'games/ttraffic/Makefile')
-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>