1
0
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:
Mathieu Arnold 2004-05-21 09:33:18 +00:00
parent 26ece6134c
commit 006151dbc3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109619

View 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(