diff options
author | kris <kris@FreeBSD.org> | 2004-02-22 06:13:01 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-22 06:13:01 +0800 |
commit | a9dc97bae86d95a1da4756a1427941e77fb0567d (patch) | |
tree | e40ac2cd67590397bfc73ee08ea91b1bc843d8c8 /textproc | |
parent | 6d91afe93b2d8a2f17a3d6d63155a74ba1496b77 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |