14 lines
398 B
Plaintext
14 lines
398 B
Plaintext
$NetBSD: patch-aa,v 1.1 2005/08/15 01:51:14 erh Exp $
|
|
|
|
--- Makefile.PL.orig 2005-08-14 20:36:40.000000000 -0500
|
|
+++ Makefile.PL 2005-08-14 20:37:04.000000000 -0500
|
|
@@ -20,7 +20,7 @@
|
|
LegalMumboJumbo
|
|
|
|
print "Did you read the LICENSE file and agree to its terms and conditions? [y] ";
|
|
-my $answer = <STDIN>;
|
|
+my $answer = "y";
|
|
exit 1 if $answer =~ /^n/i;
|
|
|
|
open(YES,">.LICENSE.ACCEPTED") ||
|