summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-05 22:36:12 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-05 22:36:12 +0000
commite1f51c3373c3c2730bd053e5279c42d247e7e9ba (patch)
tree1c6fe67294efeae41864616aa7e2419ef9e754e7
parentUpdate to 1.2.0 stable release. (diff)
BROKEN on 5.x: Does not install cleanly
Notes
Notes: svn path=/head/; revision=100085
-rw-r--r--devel/p5-Include/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-Include/Makefile b/devel/p5-Include/Makefile
index b56be7598b80..005ab4db77e3 100644
--- a/devel/p5-Include/Makefile
+++ b/devel/p5-Include/Makefile
@@ -19,4 +19,10 @@ PERL_CONFIGURE= YES
MAN3= Include.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502000
+BROKEN= "Does not install correctly"
+.endif
+
+.include <bsd.port.post.mk>