diff options
author | wiz <wiz> | 2003-03-05 10:03:45 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-03-05 10:03:45 +0000 |
commit | b6ef6bd98f60ad8f00eeeecf7b12c7536e82ebd8 (patch) | |
tree | 065e46d08b09f91516dda78028d1b990f69d5f2f /www/htmllint/patches | |
parent | 2bd3cf94aee0eff17db7a38b968c5a656779ac30 (diff) | |
download | pkgsrc-b6ef6bd98f60ad8f00eeeecf7b12c7536e82ebd8.tar.gz |
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...
Diffstat (limited to 'www/htmllint/patches')
-rw-r--r-- | www/htmllint/patches/patch-ak | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/htmllint/patches/patch-ak b/www/htmllint/patches/patch-ak new file mode 100644 index 00000000000..390986568ea --- /dev/null +++ b/www/htmllint/patches/patch-ak @@ -0,0 +1,16 @@ +$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...'; + |