summaryrefslogtreecommitdiff
path: root/japanese/weblint97
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-03-13 06:40:39 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-03-13 06:40:39 +0000
commit6363db6b4e2092c393fe39c40fb738c15a6fef18 (patch)
tree38aeafdabb96d86e3bcac767513030371e5cab61 /japanese/weblint97
parentImport of utilities for Japanese EPWING or Electric-Book on CD-ROM (diff)
changed path of default perl libraries
PR: ports/10320 Submitted by: hokada@isl.melco.co.jp
Notes
Notes: svn path=/head/; revision=17160
Diffstat (limited to 'japanese/weblint97')
-rw-r--r--japanese/weblint97/files/patch-ab2
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/weblint97/files/patch-ab b/japanese/weblint97/files/patch-ab
index 3e253a3bbb89..b324e2419d67 100644
--- a/japanese/weblint97/files/patch-ab
+++ b/japanese/weblint97/files/patch-ab
@@ -5,7 +5,7 @@
'noglobals', 'pedantic', 'urlget=s', 'v', 'version', 'warnings',
'x=s', 'c=s', 'explain');
-
-+@INC = ('/usr/share/perl','%PERLLIBDIR%');
++@INC = ( @INC, '%PERLLIBDIR%');
$exit_status = 0;
require 'newgetopt.pl';