mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
Update to 3.15
PR: 65708 Submitted by: Lars Eggert <lars.eggert@gmx.net> Approved by: maintainer timeout
This commit is contained in:
parent
26ece6134c
commit
006151dbc3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109619
16
textproc/p5-XML-Twig/files/patch-aa
Normal file
16
textproc/p5-XML-Twig/files/patch-aa
Normal file
@ -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(
|
Loading…
Reference in New Issue
Block a user