1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

- Mark BROKEN on 5.X: incorrect plist

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2007-10-26 08:40:45 +00:00
parent 47341c6c76
commit 461e42c1cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202065

View File

@ -24,6 +24,12 @@ CONFIGURE_ARGS= --with-boost=${LOCALBASE} \
--with-event=${LOCALBASE}
CONFIGURE_ENV+= ${MAKE_ENV}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 600000
BROKEN= Incorrect plist
.endif
post-patch:
${REINPLACE_CMD} -i '' -e 's=lib/py ==' ${WRKSRC}/*.*
@ -34,4 +40,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/thrift.pdf ${DOCSDIR}
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>