diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-06-17 01:59:22 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-06-17 01:59:22 +0000 |
commit | b9722f39e9f805e445b1ea7b436988b9f85abe84 (patch) | |
tree | e86ee765e96949a91f6f79b883d0e3db7f8830bb /games/windstille | |
parent | ea11222e2081fc3e6ee6d50738f662efd20928a7 (diff) | |
download | ports-b9722f39e9f805e445b1ea7b436988b9f85abe84.tar.gz ports-b9722f39e9f805e445b1ea7b436988b9f85abe84.zip |
Notes
Diffstat (limited to 'games/windstille')
-rw-r--r-- | games/windstille/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/windstille/Makefile b/games/windstille/Makefile index c320661c48b9..77f8e78aa900 100644 --- a/games/windstille/Makefile +++ b/games/windstille/Makefile @@ -29,6 +29,7 @@ USE_SCONS= yes USE_GL= gl USE_SDL= sdl image USE_BISON= build +MAKE_JOBS_SAFE= yes post-extract: @${RM} -rf ${WRKSRC}/lib ${WRKSRC}/data/music/* @@ -40,6 +41,8 @@ post-patch: ${WRKSRC}/src/SConscript @${REINPLACE_CMD} -e 's|PHYSFS_getBaseDir()|""|' ${WRKSRC}/src/windstille_main.cpp @${REINPLACE_CMD} -e 's|bison|${LOCALBASE}/bin/&|' ${WRKSRC}/tools/SConscript + @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|; s|freetype-config|${LOCALBASE}/bin/&|' \ + ${WRKSRC}/SConstruct ${WRKSRC}/src/SConscript do-install: ${INSTALL_PROGRAM} ${WRKSRC}/windstille ${PREFIX}/bin/ |