summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2004-05-21 09:33:18 +0000
committerMathieu Arnold <mat@FreeBSD.org>2004-05-21 09:33:18 +0000
commit006151dbc3a950d4051c1bc587783f4932f02a5d (patch)
tree81d07b2d733dc94ef7e0b5ecabb21abec492febe /textproc
parentChase MASTER_SITES. (diff)
Update to 3.15
PR: 65708 Submitted by: Lars Eggert <lars.eggert@gmx.net> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=109619
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-XML-Twig/files/patch-aa16
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/p5-XML-Twig/files/patch-aa b/textproc/p5-XML-Twig/files/patch-aa
new file mode 100644
index 000000000000..19d23e6a03bf
--- /dev/null
+++ b/textproc/p5-XML-Twig/files/patch-aa
@@ -0,0 +1,16 @@
+--- m Sun Apr 18 14:05:30 2004
++++ Makefile.PL Sun Apr 18 14:05:39 2004
+@@ -11,10 +11,10 @@
+ xml_spellcheck|y|spellcheck XML files skipping tags
+ QUERIES
+ my ($program, $default, $description) = split /\|/, $_;
+- if (prompt("Do you want to install '$program' ($description)?",
+- $default) =~ /^y/) {
++# if (prompt("Do you want to install '$program' ($description)?",
++# $default) =~ /^y/) {
+ push(@programs, $program);
+- }
++# }
+ }
+
+ WriteMakefile(