From c6e75a489147616d484bf61e19bf586811c57c05 Mon Sep 17 00:00:00 2001 From: kris Date: Fri, 6 Feb 2004 23:10:47 +0000 Subject: BROKEN On 5.x: Broken plist --- www/checkbot/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www/checkbot') diff --git a/www/checkbot/Makefile b/www/checkbot/Makefile index b409363a983..d93e71234b6 100644 --- a/www/checkbot/Makefile +++ b/www/checkbot/Makefile @@ -28,6 +28,10 @@ RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ MAN1PREFIX= ${PREFIX}/share .endif +.if ${OSVERSION} >= 502000 +BROKEN= "Broken pkg-plist" +.endif + MAN1= checkbot.1 USE_PERL5= YES PERL_CONFIGURE= yes -- cgit