diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-21 22:13:01 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-21 22:13:01 +0000 |
commit | 8b63fe22b55748666da037dc8b891ab878ef6bb9 (patch) | |
tree | a0ac2f2417f5827aa7c57a90be2c9e04de051b7f | |
parent | c1901975478e45ff21e447d6ffd6e2716d3a8878 (diff) | |
download | ports-8b63fe22b55748666da037dc8b891ab878ef6bb9.tar.gz ports-8b63fe22b55748666da037dc8b891ab878ef6bb9.zip |
BROKEN on 4.x: broken pkg-plist
Notes
Notes:
svn path=/head/; revision=101613
-rw-r--r-- | net/p5-Net-Ident/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-Text-Striphigh/Makefile | 8 |
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> |