diff options
author | clsung <clsung@FreeBSD.org> | 2004-10-16 10:58:47 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2004-10-16 10:58:47 +0800 |
commit | b03b84f791f367fded8419f4fb31d82cacbecff8 (patch) | |
tree | e91774f8694cc52e13e026b95e77d95353756762 /mail/p5-Mail-Mbox-MessageParser | |
parent | f23d6dc760e0b6a5a393f014a8f927402677b1cd (diff) | |
download | freebsd-ports-gnome-b03b84f791f367fded8419f4fb31d82cacbecff8.tar.gz freebsd-ports-gnome-b03b84f791f367fded8419f4fb31d82cacbecff8.tar.zst freebsd-ports-gnome-b03b84f791f367fded8419f4fb31d82cacbecff8.zip |
I forgot to remove patch-Makefile.PL in cvs tree.
Approved by: co-mentor (vanilla)
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'; - |