diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-03-05 11:35:48 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-03-05 11:35:48 +0000 |
commit | 495cd4b261ad6fc99538a0c16c721951fc52214c (patch) | |
tree | bfd6c979091ad6e91cb7f139357ce4f7cf89d2e3 /textproc/kdoc/files/patch-findperl | |
parent | Chase the distfile repack. The difference was just some wording fixes (diff) |
Mark BROKEN for OSVERSION < 500007.
Requires perl version 5.6.0.
Diffstat (limited to '')
-rw-r--r-- | textproc/kdoc/files/patch-findperl | 11 |
1 files changed, 0 insertions, 11 deletions
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 |