diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-06 23:10:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-06 23:10:47 +0000 |
commit | 4565f11714e276c0975ab03d0237d0c1c07e7d3f (patch) | |
tree | b3421f2091316f6fe2402d74d6024a1fca7a9e84 /www/checkbot | |
parent | 6048c83a22f5f6bdbcf1786ebb27ec88ff60764d (diff) | |
download | ports-4565f11714e276c0975ab03d0237d0c1c07e7d3f.tar.gz ports-4565f11714e276c0975ab03d0237d0c1c07e7d3f.zip |
Notes
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 b409363a9834..d93e71234b67 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 |