diff options
author | mat <mat@FreeBSD.org> | 2004-05-21 17:33:18 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2004-05-21 17:33:18 +0800 |
commit | 1e1c44fea2930c8924628aefaf27e3bb951b4d66 (patch) | |
tree | 10c0c05a1ee88157d67c2fd40e97a5aeb1c1d82d /textproc | |
parent | 06fe4eb071b8b9a761ff06e5b070523589ea224e (diff) | |
download | freebsd-ports-gnome-1e1c44fea2930c8924628aefaf27e3bb951b4d66.tar.gz freebsd-ports-gnome-1e1c44fea2930c8924628aefaf27e3bb951b4d66.tar.zst freebsd-ports-gnome-1e1c44fea2930c8924628aefaf27e3bb951b4d66.zip |
Update to 3.15
PR: 65708
Submitted by: Lars Eggert <lars.eggert@gmx.net>
Approved by: maintainer timeout
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Twig/files/patch-aa | 16 |
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( |