1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/net/p5-Net-Gopher/files/patch-Makefile.PL
Vanilla I. Shu 45a5f7c4b4 Add p5-Net-Gopher 1.05, net::Gopher is the Perl Gopher/Gopher+ API.
PR:		ports/64972
Submitted by:	Toni Viemero <toni.viemero@iki.fi>
2004-04-07 15:04:44 +00:00

12 lines
487 B
Perl

--- Makefile.PL.orig Sun Mar 21 19:09:20 2004
+++ Makefile.PL Wed Apr 7 22:56:11 2004
@@ -7,7 +7,7 @@
# don't prompt the user if we're not being called interactively (e.g., if we're
# being called from cron or some such program instead of directly by the user):
my $interactive = 1;
-$interactive = 1 if (-t STDIN and -t STDOUT);
+$interactive = 0 if (-t STDIN and -t STDOUT);
# first, make sure the line endings in the test items are correct:
my %files_and_newlines = (