diff options
author | kris <kris@FreeBSD.org> | 2004-02-07 07:10:47 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-07 07:10:47 +0800 |
commit | c6e75a489147616d484bf61e19bf586811c57c05 (patch) | |
tree | 5478c9b72a10c34b057b587f0c765d5fd7c7f79d /www/checkbot | |
parent | 489767ea10a6ddfc133366261b87cc208d444471 (diff) | |
download | freebsd-ports-graphics-c6e75a489147616d484bf61e19bf586811c57c05.tar.gz freebsd-ports-graphics-c6e75a489147616d484bf61e19bf586811c57c05.tar.zst freebsd-ports-graphics-c6e75a489147616d484bf61e19bf586811c57c05.zip |
BROKEN On 5.x: Broken plist
Diffstat (limited to 'www/checkbot')
-rw-r--r-- | www/checkbot/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |