diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-05-29 21:23:27 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-05-29 21:23:27 +0800 |
commit | 35f4bbd45bde4e6d7ba16536a3cfac2176f0cd7f (patch) | |
tree | c54b2e09c0151ea257e0d7a37243b758633e203c /games | |
parent | 0f34e5ae7059ff8055afdbfe8002591a6941f19b (diff) | |
download | freebsd-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/Makefile | 7 |
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> |