diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/connectfive/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/connectfive/Makefile b/games/connectfive/Makefile index 881620c7ee2f..7a1443025c13 100644 --- a/games/connectfive/Makefile +++ b/games/connectfive/Makefile @@ -31,6 +31,7 @@ WRKSRC= ${WRKDIR}/connectFive post-patch: @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|' ${WRKSRC}/Makefile.linux @${REINPLACE_CMD} -e 's|data/|${DATADIR}/|' ${WRKSRC}/connect.cpp + @${REINPLACE_CMD} -e 's|Board::||' ${WRKSRC}/Board.h do-install: @${MKDIR} ${PREFIX}/bin |