summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Twig/patches/patch-aa
blob: 97222e36479baa9e85015663bd316c4cdc2d70a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-aa,v 1.2 2004/02/21 01:44:00 gson Exp $

--- Makefile.PL.orig	2004-01-08 08:38:34.000000000 -0800
+++ Makefile.PL
@@ -8,13 +8,9 @@
 for (split "\n", <<'QUERIES') {
 xml_pp|y|XML pretty printer
 xml_grep|y|XML grep - grep XML files using XML::Twig's subset of XPath
-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/) {
-	push(@programs, $program);
-    }
+    push(@programs, $program);
 }
 
 WriteMakefile(