aboutsummaryrefslogtreecommitdiff
path: root/devel/thrift
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-10-26 08:40:45 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-10-26 08:40:45 +0000
commit461e42c1cc1e1c8761e3bd1b1c15966ce8f5baec (patch)
tree23642501df1cb462b2639736e2d0ffdf913b46f9 /devel/thrift
parent47341c6c76b8936bdd50b5b48a19ed6f45f34368 (diff)
downloadports-461e42c1cc1e1c8761e3bd1b1c15966ce8f5baec.tar.gz
ports-461e42c1cc1e1c8761e3bd1b1c15966ce8f5baec.zip
- Mark BROKEN on 5.X: incorrect plist
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=202065
Diffstat (limited to 'devel/thrift')
-rw-r--r--devel/thrift/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/thrift/Makefile b/devel/thrift/Makefile
index a9fc6f18ae9c..9c49ea2d6ffc 100644
--- a/devel/thrift/Makefile
+++ b/devel/thrift/Makefile
@@ -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>