blob: 609f98b4ff220a4bdb0b3b63920a4dc433fce5bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$NetBSD: patch-ak,v 1.2 2019/09/15 12:51:29 mef Exp $
Convert lib location
--- htmllint.orig 2002-10-29 19:26:26.000000000 +0900
+++ htmllint 2019-09-15 21:06:16.921954329 +0900
@@ -2,8 +2,9 @@
# Another HTML-lint ###########################################
-use File::Basename;
-push @INC => [&fileparse($0)]->[1];
+#use File::Basename;
+#push @INC => [&fileparse($0)]->[1];
+use lib ('@PREFIX@/share/httpd/htdocs/htmllint');
my $add_options; # = '-noscore -pedantic etc...';
|