diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-20 16:41:58 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-20 16:41:58 +0000 |
commit | 1192ac9deadfe9240306597b0134e3c7d4269120 (patch) | |
tree | 0e6442b65f4a2a5d0b0b0897ada4f7165f213c5d /japanese/weblint97/files/patch-ab | |
parent | aa12aed15462fdc2af6fe5daabf8d4ec526144bc (diff) | |
download | freebsd-ports-1192ac9deadfe9240306597b0134e3c7d4269120.zip |
New port, jweblint97:
an internationalized HTML checker with japanese message(EUC-JP)
PR: 4035
Submitted by: Takayuki Ariga <a00821@cc.hc.keio.ac.jp>
Diffstat (limited to 'japanese/weblint97/files/patch-ab')
-rw-r--r-- | japanese/weblint97/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/weblint97/files/patch-ab b/japanese/weblint97/files/patch-ab new file mode 100644 index 000000000000..3e253a3bbb89 --- /dev/null +++ b/japanese/weblint97/files/patch-ab @@ -0,0 +1,11 @@ +--- 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'; |