diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-10-16 02:58:47 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-10-16 02:58:47 +0000 |
commit | d1b7209b6e372a5d3453846a8497c36e5791c02d (patch) | |
tree | f5c73c8959ba549c8b3e0c469f99eb27a6f22e49 /mail/p5-Mail-Mbox-MessageParser | |
parent | a50a778d62319d1b468b7b3c00c027cabdeb5c88 (diff) | |
download | ports-d1b7209b6e372a5d3453846a8497c36e5791c02d.tar.gz ports-d1b7209b6e372a5d3453846a8497c36e5791c02d.zip |
Notes
Diffstat (limited to 'mail/p5-Mail-Mbox-MessageParser')
-rw-r--r-- | mail/p5-Mail-Mbox-MessageParser/files/patch-Makefile.PL | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/mail/p5-Mail-Mbox-MessageParser/files/patch-Makefile.PL b/mail/p5-Mail-Mbox-MessageParser/files/patch-Makefile.PL deleted file mode 100644 index be1b4609a1c7..000000000000 --- a/mail/p5-Mail-Mbox-MessageParser/files/patch-Makefile.PL +++ /dev/null @@ -1,27 +0,0 @@ ---- Makefile.PL.orig Wed Oct 22 11:08:40 2003 -+++ Makefile.PL Wed Oct 29 14:52:36 2003 -@@ -208,14 +208,6 @@ - - return %programs if grep {/^(DIFF|GREP|TZIP|GZIP|BZIP2?)=/} @args; - -- print<<EOF; --You must now specify the location of external programs for decompressing --compressed folders. You must specify the full path--otherwise you may --accidentally execute a trojan version of the decompression program. You can --enter "none" to disable support for decompressing files of a given type. -- --EOF -- - my @path = split /$Config{path_sep}/, $ENV{PATH}; - - foreach my $program (sort keys %programs) -@@ -227,8 +219,7 @@ - - $full_path = 'none' if !defined $full_path || $full_path eq ''; - -- my $choice = ExtUtils::MakeMaker::prompt( -- "Where can I find your \"$program\" executable?" => $full_path); -+ my $choice = $full_path; - - $programs{$program} = undef, next if $choice eq 'none'; - |