diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-09-30 11:19:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-09-30 11:19:40 +0000 |
commit | 21686f5a48809c22da6fa2baeb3a0e75722b4e91 (patch) | |
tree | 7d6ed44e18c469ee13c5fb7001eb3885eca09010 /games | |
parent | 3b3593ccfb0c850c612008b49221de77743aee8b (diff) | |
download | ports-21686f5a48809c22da6fa2baeb3a0e75722b4e91.tar.gz ports-21686f5a48809c22da6fa2baeb3a0e75722b4e91.zip |
Notes
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 |