1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/japanese/weblint97/files/patch-ab
Masafumi Max NAKANE 1192ac9dea New port, jweblint97:
an internationalized HTML checker with japanese message(EUC-JP)

PR:	4035
Submitted by:	Takayuki Ariga <a00821@cc.hc.keio.ac.jp>
1997-07-20 16:41:58 +00:00

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';