aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-03-25 20:09:58 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-03-25 20:09:58 +0000
commit27c83281d483d2e6ab88e89771fb213f100f961c (patch)
tree157247c8b44500dde97dc0f50e3d7e21ac8d9170 /games
parentc9e7625544981753ccce9695edb7d71e0a8cc0a0 (diff)
downloadports-27c83281d483d2e6ab88e89771fb213f100f961c.tar.gz
ports-27c83281d483d2e6ab88e89771fb213f100f961c.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/childsplay_plugins/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/childsplay_plugins/Makefile b/games/childsplay_plugins/Makefile
index 8b8bfc466ce1..68d3a4bccb66 100644
--- a/games/childsplay_plugins/Makefile
+++ b/games/childsplay_plugins/Makefile
@@ -19,7 +19,13 @@ RUN_DEPENDS= childsplay:${PORTSDIR}/games/childsplay
USE_PYTHON= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 900000
+BROKEN= fails to install on 9.X
+.endif
+
post-patch:
@${REINPLACE_CMD} -e "s@PREFIX=/usr/local@PREFIX=${PREFIX}@g " ${WRKSRC}/install.sh
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>