aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Striphigh
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-21 22:13:01 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-21 22:13:01 +0000
commit8b63fe22b55748666da037dc8b891ab878ef6bb9 (patch)
treea0ac2f2417f5827aa7c57a90be2c9e04de051b7f /textproc/p5-Text-Striphigh
parentc1901975478e45ff21e447d6ffd6e2716d3a8878 (diff)
downloadports-8b63fe22b55748666da037dc8b891ab878ef6bb9.tar.gz
ports-8b63fe22b55748666da037dc8b891ab878ef6bb9.zip
BROKEN on 4.x: broken pkg-plist
Notes
Notes: svn path=/head/; revision=101613
Diffstat (limited to 'textproc/p5-Text-Striphigh')
-rw-r--r--textproc/p5-Text-Striphigh/Makefile8
1 files changed, 7 insertions, 1 deletions
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>