pkgsrc/www/htmllint/patches/patch-ak
wiz b336b3da6c Update to 20030225, and make it work again. From ISIHARA Takanori in PR 20538.
Changes: all in Japanese, but it now installs an imode-xhtm.dtd...
2003-03-05 10:03:45 +00:00

16 lines
420 B
Text

$NetBSD: patch-ak,v 1.1 2003/03/05 10:03:47 wiz Exp $
--- htmllint.orig Sun Mar 2 02:51:02 2003
+++ htmllint
@@ -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...';