freebsd-ports/japanese/another-htmllint/files/patch-htmllint.cgi
Jun Kuriyama ce81cf9fb9 - Updated to latest version (20111128) and other improvements.
PR:		ports/195766
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2014-12-29 03:51:27 +00:00

11 lines
293 B
Perl

--- htmllint.cgi.orig 2014-12-07 10:16:56.651728605 +0900
+++ htmllint.cgi 2014-12-07 10:22:52.118705399 +0900
@@ -28,6 +28,8 @@
my $OS2; #UNSUPPORTED;
my $UNIX = !($WIN || $MAC || $OS2);
+use lib '%%DATADIR%%';
+use lib '%%DATADIR%%/rule';
require 'htmllint.env';
require $LINT_NAME;