summaryrefslogtreecommitdiff
path: root/textproc/p5-Net-Dict/patches/patch-aa
blob: 4299cc4f55b242042fa6b9eeb9db0f490424390d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-aa,v 1.1.1.1 2007/03/15 15:41:29 obache Exp $

--- Makefile.PL.orig	2003-05-06 02:56:17.000000000 +0300
+++ Makefile.PL
@@ -48,8 +48,8 @@ to skip "make test", then just hit retur
 
 EOF
 
-    $host = prompt('what is the hostname for the DICT server?', $DEFAULT_HOST);
-    $port = prompt('what is the port for the DICT server?', $DEFAULT_PORT);
+    $host = "test.dict.org";
+    $port = 2628;
     print "\nWriting test config $test_config_file\n\n";
 
     open(CFGFILE, "> $test_config_file")