mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
6363db6b4e
PR: ports/10320 Submitted by: hokada@isl.melco.co.jp
12 lines
302 B
Plaintext
12 lines
302 B
Plaintext
--- weblint.orig Sat Jun 21 05:04:20 1997
|
|
+++ weblint Sat Jun 21 05:04:32 1997
|
|
@@ -279,7 +279,7 @@
|
|
'todo', 'U',
|
|
'noglobals', 'pedantic', 'urlget=s', 'v', 'version', 'warnings',
|
|
'x=s', 'c=s', 'explain');
|
|
-
|
|
+@INC = ( @INC, '%PERLLIBDIR%');
|
|
$exit_status = 0;
|
|
|
|
require 'newgetopt.pl';
|