diff options
author | taoka <taoka@FreeBSD.org> | 1999-03-13 14:40:39 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-03-13 14:40:39 +0800 |
commit | a478873fb63544d4b915220d441d2ab982ee278b (patch) | |
tree | 434d765b9bf6c066fa508baa64f9003a7a36ed07 /japanese | |
parent | cb7b60ec3166445825aecf101afbb1f715a2a050 (diff) | |
download | freebsd-ports-gnome-a478873fb63544d4b915220d441d2ab982ee278b.tar.gz freebsd-ports-gnome-a478873fb63544d4b915220d441d2ab982ee278b.tar.zst freebsd-ports-gnome-a478873fb63544d4b915220d441d2ab982ee278b.zip |
changed path of default perl libraries
PR: ports/10320
Submitted by: hokada@isl.melco.co.jp
Diffstat (limited to 'japanese')
-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'; |