diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-03-13 06:40:39 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-03-13 06:40:39 +0000 |
commit | 6363db6b4e2092c393fe39c40fb738c15a6fef18 (patch) | |
tree | 38aeafdabb96d86e3bcac767513030371e5cab61 /japanese/weblint97 | |
parent | Import 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
Diffstat (limited to 'japanese/weblint97')
-rw-r--r-- | japanese/weblint97/files/patch-ab | 2 |
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'; |