aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-SRS/files
diff options
context:
space:
mode:
authorOliver Eikemeier <eik@FreeBSD.org>2004-05-27 12:01:02 +0000
committerOliver Eikemeier <eik@FreeBSD.org>2004-05-27 12:01:02 +0000
commit58ce00a575a2513d7bfa31ad1649db6147455354 (patch)
tree274768206b49f34c3c1ef4530b2b599074b1c3ca /mail/p5-Mail-SRS/files
parented754524b9978e10c97a789205e56ace5bd49c28 (diff)
downloadports-58ce00a575a2513d7bfa31ad1649db6147455354.tar.gz
ports-58ce00a575a2513d7bfa31ad1649db6147455354.zip
Notes
Diffstat (limited to 'mail/p5-Mail-SRS/files')
-rw-r--r--mail/p5-Mail-SRS/files/patch-Makefile.PL23
1 files changed, 23 insertions, 0 deletions
diff --git a/mail/p5-Mail-SRS/files/patch-Makefile.PL b/mail/p5-Mail-SRS/files/patch-Makefile.PL
new file mode 100644
index 000000000000..a5dc3364d017
--- /dev/null
+++ b/mail/p5-Mail-SRS/files/patch-Makefile.PL
@@ -0,0 +1,23 @@
+--- Makefile.PL.orig Tue Feb 24 21:35:53 2004
++++ Makefile.PL Thu May 27 13:27:13 2004
+@@ -1,18 +1,9 @@
+-use 5.006;
+ use ExtUtils::MakeMaker;
+
+ # Thanks to YAML
+ my @programs = ();
+-for (split "\n", <<'QUERIES') {
+-srs|y|SRS command line interface
+-srsd|y|SRS address translation daemon
+-QUERIES
+- my ($program, $default, $description) = split /\|/, $_;
+- if (prompt("Do you want to install '$program', the $description?",
+- $default) =~ /^y/) {
+- push(@programs, $program);
+- }
+-}
++push(@programs, "srs");
++push(@programs, "srsd");
+
+ WriteMakefile(
+ 'NAME' => 'Mail::SRS',