aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-06-13 20:37:11 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-06-13 20:37:11 +0000
commit91e00080a7d4db92c920f46a208652309717be3a (patch)
tree169a563875be03546ecc68d9a6e21c8e92a84dae /devel
parent9777e13f87f6da02c107966e7af55cb962d4a01b (diff)
downloadports-91e00080a7d4db92c920f46a208652309717be3a.tar.gz
ports-91e00080a7d4db92c920f46a208652309717be3a.zip
Mark BROKEN on 8.x: does not build.
Notes
Notes: svn path=/head/; revision=235754
Diffstat (limited to 'devel')
-rw-r--r--devel/plan9port/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/plan9port/Makefile b/devel/plan9port/Makefile
index ca87a48c3b31..661f403de3dc 100644
--- a/devel/plan9port/Makefile
+++ b/devel/plan9port/Makefile
@@ -93,6 +93,10 @@ EMPTY_DIRS= plan9/log \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 800000
+BROKEN= does not build
+.endif
+
post-patch:
@${FIND} ${WRKSRC}/man -type f -regex ".*\.[0-9?]$\" \
| ${XARGS} ${REINPLACE_CMD} -e 's|\\\*9|${PLAN9}|'