aboutsummaryrefslogtreecommitdiff
path: root/games/palomino
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-06-15 15:19:21 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-06-15 15:19:21 +0000
commit14b65121a7e64fe6b28520bd8f3e6c2eb18f24cc (patch)
tree785529f3de8e258307298df7f4148ba7d7b31c41 /games/palomino
parent7cd6225503bbcfe10315d1c36e80a756f18d7262 (diff)
downloadports-14b65121a7e64fe6b28520bd8f3e6c2eb18f24cc.tar.gz
ports-14b65121a7e64fe6b28520bd8f3e6c2eb18f24cc.zip
Notes
Diffstat (limited to 'games/palomino')
-rw-r--r--games/palomino/Makefile2
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)