diff options
author | lioux <lioux@FreeBSD.org> | 2003-09-28 15:55:47 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-09-28 15:55:47 +0000 |
commit | 60954222ec8b000b02401b561229fdac8b84e806 (patch) | |
tree | 24dfcd77e2edf5c639c680762bdbb0bba4051391 /textproc/p5-xmltv/files | |
parent | b50823c30457aff1abaeb428fc27b22d715791fa (diff) | |
download | FreeBSD-ports-60954222ec8b000b02401b561229fdac8b84e806.zip FreeBSD-ports-60954222ec8b000b02401b561229fdac8b84e806.tar.gz |
o Update to 0.5.18
o Trick it into not being IS_INTERACTIVE
PR: 56984
Submitted by: Lars Eggert <larse@isi.edu>
Diffstat (limited to 'textproc/p5-xmltv/files')
-rw-r--r-- | textproc/p5-xmltv/files/patch-Makefile.PL | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/p5-xmltv/files/patch-Makefile.PL b/textproc/p5-xmltv/files/patch-Makefile.PL new file mode 100644 index 0000000..499a3f50 --- /dev/null +++ b/textproc/p5-xmltv/files/patch-Makefile.PL @@ -0,0 +1,11 @@ +--- Makefile.PL.orig Thu Sep 18 11:53:31 2003 ++++ Makefile.PL Thu Sep 18 11:53:46 2003 +@@ -365,7 +365,7 @@ + "\n"); + } + print STDERR "\n"; +-if (not ask('Do you want to proceed with this configuration?', 1)) { ++if (0) { + # Need to set {install} for each component by prompting. + foreach my $info (@opt_components) { + my $missing = $info->{missing}; |