diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-06-18 14:12:50 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-06-18 14:12:50 +0000 |
commit | cfb2c68e16d758c2162bc418ba7c18f1ed83b749 (patch) | |
tree | 5029dc5c9673a028cdf5ff18855d51c742120919 /games/tecnoballz | |
parent | 9a3341e358a3be343b0b616eaaa256b145ab8006 (diff) | |
download | ports-cfb2c68e16d758c2162bc418ba7c18f1ed83b749.tar.gz ports-cfb2c68e16d758c2162bc418ba7c18f1ed83b749.zip |
Notes
Diffstat (limited to 'games/tecnoballz')
-rw-r--r-- | games/tecnoballz/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/tecnoballz/Makefile b/games/tecnoballz/Makefile index 0ff85c9316d8..e5340b4b0f6d 100644 --- a/games/tecnoballz/Makefile +++ b/games/tecnoballz/Makefile @@ -43,6 +43,10 @@ post-patch: 's|/var/lib/games|/var/games|; \ s|TecnoballZ/|${DATADIR}/|' \ ${WRKSRC}/src/ressources.cc + @${REINPLACE_CMD} -e 's|escapeMenu::||' \ + ${WRKSRC}/include/escapeMenu.h + @${REINPLACE_CMD} -e 's|zexplosion\*|class &|' \ + ${WRKSRC}/include/zeGigaBlit.h do-install: @${MKDIR} ${PREFIX}/bin |