diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 22:14:07 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 22:14:07 +0000 |
commit | f9d86cf02fe33bf6a8478d6bdcb7706d5cb877db (patch) | |
tree | 5d781dec4969d87592bb624042524bed70a0ed2d /japanese/another-htmllint/files/patch-htmllint.cgi | |
parent | - Update to 2.0.28 (diff) |
Rename the rather surprising number of japanese/ patch-xy patches
to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363264
Diffstat (limited to 'japanese/another-htmllint/files/patch-htmllint.cgi')
-rw-r--r-- | japanese/another-htmllint/files/patch-htmllint.cgi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/japanese/another-htmllint/files/patch-htmllint.cgi b/japanese/another-htmllint/files/patch-htmllint.cgi new file mode 100644 index 000000000000..e794aa21fa44 --- /dev/null +++ b/japanese/another-htmllint/files/patch-htmllint.cgi @@ -0,0 +1,17 @@ +--- htmllint.cgi.orig Wed Aug 23 19:19:28 2000 ++++ htmllint.cgi Fri Sep 29 14:41:55 2000 +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/perl ++#!/usr/bin/perl + + # CGI script for Another HTML-lint gateway ################### + +@@ -26,6 +26,8 @@ + #$OS2 = UNSUPPORTED; + $UNIX = !($WIN || $MAC || $OS2); + ++use lib '%PREFIX%/share/htmllint'; ++use lib '%PREFIX%/share/htmllint/rule'; + require 'htmllint.env'; + require $LINT_NAME; + |