aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-22 06:13:01 +0800
committerkris <kris@FreeBSD.org>2004-02-22 06:13:01 +0800
commita9dc97bae86d95a1da4756a1427941e77fb0567d (patch)
treee40ac2cd67590397bfc73ee08ea91b1bc843d8c8 /textproc
parent6d91afe93b2d8a2f17a3d6d63155a74ba1496b77 (diff)
downloadfreebsd-ports-gnome-a9dc97bae86d95a1da4756a1427941e77fb0567d.tar.gz
freebsd-ports-gnome-a9dc97bae86d95a1da4756a1427941e77fb0567d.tar.zst
freebsd-ports-gnome-a9dc97bae86d95a1da4756a1427941e77fb0567d.zip
BROKEN on 4.x: broken pkg-plist
Diffstat (limited to 'textproc')
-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>