diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2002-01-03 19:50:43 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2002-01-03 19:50:43 +0000 |
commit | 8d8281f8f0bfed58fa0f0475c3ed781a62420c7c (patch) | |
tree | fd0d3b0c0ed2e0dd1a582711320a0e895b5bda25 /mail/grepmail/files/patch-ab | |
parent | add py-xmltools 1.3.5 (diff) |
Update port to 4.70
Notes
Notes:
svn path=/head/; revision=52537
Diffstat (limited to 'mail/grepmail/files/patch-ab')
-rw-r--r-- | mail/grepmail/files/patch-ab | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/grepmail/files/patch-ab b/mail/grepmail/files/patch-ab deleted file mode 100644 index 38c15ea6b6af..000000000000 --- a/mail/grepmail/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.PL.orig Mon Sep 10 10:10:40 2001 -+++ Makefile.PL Fri Dec 7 10:12:22 2001 -@@ -54,7 +54,7 @@ - can speed things up by 10-20% - EOF - print "=> [y] "; -- my $response = <STDIN>; -+ my $response = "n"; - - if ($response =~ /^n/i) - { |