From 495cd4b261ad6fc99538a0c16c721951fc52214c Mon Sep 17 00:00:00 2001 From: Dmitry Sivachenko Date: Mon, 5 Mar 2001 11:35:48 +0000 Subject: Mark BROKEN for OSVERSION < 500007. Requires perl version 5.6.0. --- textproc/kdoc/files/patch-findperl | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 textproc/kdoc/files/patch-findperl (limited to 'textproc/kdoc/files/patch-findperl') diff --git a/textproc/kdoc/files/patch-findperl b/textproc/kdoc/files/patch-findperl deleted file mode 100644 index 4d9cff936faf..000000000000 --- a/textproc/kdoc/files/patch-findperl +++ /dev/null @@ -1,11 +0,0 @@ ---- findperl.orig Sun Mar 4 00:24:52 2001 -+++ findperl Sun Mar 4 00:25:00 2001 -@@ -6,7 +6,7 @@ - do - if [ -x $p/perl ] - then -- if $p/perl -e 'require 5.6.0;' -+ if $p/perl -e 'require 5.005;' - then - echo $p/perl > perlbin - exit 0 -- cgit v1.2.3