aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-Mbox-MessageParser
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2004-10-16 02:58:47 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2004-10-16 02:58:47 +0000
commitd1b7209b6e372a5d3453846a8497c36e5791c02d (patch)
treef5c73c8959ba549c8b3e0c469f99eb27a6f22e49 /mail/p5-Mail-Mbox-MessageParser
parenta50a778d62319d1b468b7b3c00c027cabdeb5c88 (diff)
downloadports-d1b7209b6e372a5d3453846a8497c36e5791c02d.tar.gz
ports-d1b7209b6e372a5d3453846a8497c36e5791c02d.zip
I forgot to remove patch-Makefile.PL in cvs tree.
Approved by: co-mentor (vanilla)
Notes
Notes: svn path=/head/; revision=119561
Diffstat (limited to 'mail/p5-Mail-Mbox-MessageParser')
-rw-r--r--mail/p5-Mail-Mbox-MessageParser/files/patch-Makefile.PL27
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';
-