mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
1192ac9dea
an internationalized HTML checker with japanese message(EUC-JP) PR: 4035 Submitted by: Takayuki Ariga <a00821@cc.hc.keio.ac.jp>
12 lines
313 B
Plaintext
12 lines
313 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 = ('/usr/share/perl','%PERLLIBDIR%');
|
|
$exit_status = 0;
|
|
|
|
require 'newgetopt.pl';
|