1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Mark BROKEN on 9.X: fails to install

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2011-03-25 20:09:58 +00:00
parent c9e7625544
commit 27c83281d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271744

View File

@ -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>