aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/p5-Net-Ident/Makefile8
-rw-r--r--textproc/p5-Text-Striphigh/Makefile8
2 files changed, 14 insertions, 2 deletions
diff --git a/net/p5-Net-Ident/Makefile b/net/p5-Net-Ident/Makefile
index da6174d0a6ab..42199b4d79b4 100644
--- a/net/p5-Net-Ident/Makefile
+++ b/net/p5-Net-Ident/Makefile
@@ -20,4 +20,10 @@ PERL_CONFIGURE= yes
MAN3= Net::Ident.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Broken pkg-plist"
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/textproc/p5-Text-Striphigh/Makefile b/textproc/p5-Text-Striphigh/Makefile
index 54fcb14dfbeb..9f43f6b6c1e6 100644
--- a/textproc/p5-Text-Striphigh/Makefile
+++ b/textproc/p5-Text-Striphigh/Makefile
@@ -20,4 +20,10 @@ WRKSRC= ${WRKDIR}/Striphigh-${PORTVERSION}
MAN3= Text::Striphigh.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Broken pkg-plist"
+.endif
+
+.include <bsd.port.post.mk>