diff options
author | pav <pav@FreeBSD.org> | 2007-10-26 16:40:45 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-10-26 16:40:45 +0800 |
commit | e1b89105d1786d631b9bc640f2591447050b7136 (patch) | |
tree | 5c25f88dce2e24b8005594849e2e7fd4e583a2c0 | |
parent | ea98421ef97414720cf4536f7a1c0fda60421f91 (diff) | |
download | freebsd-ports-gnome-e1b89105d1786d631b9bc640f2591447050b7136.tar.gz freebsd-ports-gnome-e1b89105d1786d631b9bc640f2591447050b7136.tar.zst freebsd-ports-gnome-e1b89105d1786d631b9bc640f2591447050b7136.zip |
- Mark BROKEN on 5.X: incorrect plist
Reported by: pointyhat
-rw-r--r-- | devel/thrift/Makefile | 8 |
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> |