diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-06-15 15:19:21 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-06-15 15:19:21 +0000 |
commit | 14b65121a7e64fe6b28520bd8f3e6c2eb18f24cc (patch) | |
tree | 785529f3de8e258307298df7f4148ba7d7b31c41 /games/palomino | |
parent | 7cd6225503bbcfe10315d1c36e80a756f18d7262 (diff) | |
download | ports-14b65121a7e64fe6b28520bd8f3e6c2eb18f24cc.tar.gz ports-14b65121a7e64fe6b28520bd8f3e6c2eb18f24cc.zip |
Notes
Diffstat (limited to 'games/palomino')
-rw-r--r-- | games/palomino/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/palomino/Makefile b/games/palomino/Makefile index 6041f9376439..07680e664bc3 100644 --- a/games/palomino/Makefile +++ b/games/palomino/Makefile @@ -55,6 +55,8 @@ LIB_DEPENDS+= fltk.1:${PORTSDIR}/x11-toolkits/fltk .endif post-patch: + @${FIND} ${WRKSRC}/CMakeModules -type f -print0 | ${XARGS} -0 \ + ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' @${REINPLACE_CMD} -e '/COMMAND/ s|lua|${LUA_CMD}|' \ ${WRKSRC}/build/lua_bind/CMakeLists.txt .if defined(WITHOUT_JOYSTICK) |