pkgsrc/www/htmllint/patches/patch-ac
jschauma 77663b5fcf Update htmllint to latest version of 20021103. This addresses the checksum
mismatch pointed out in PR pkg/19129.  If I was able to read Japanese, I
would probably also have been able to provide a list of changes since the
last version.  Maybe somebody who does speak Japanese could post the list
of changes if available?
2002-11-22 16:10:10 +00:00

16 lines
443 B
Text

$NetBSD: patch-ac,v 1.2 2002/11/22 16:10:11 jschauma Exp $
--- htmllint.orig Fri Nov 22 10:33:45 2002
+++ htmllint Fri Nov 22 10:34:19 2002
@@ -1,9 +1,9 @@
-#!/usr/local/bin/perl
+#!@PREFIX@/bin/perl
# Another HTML-lint ###########################################
use File::Basename;
-push @INC => [&fileparse($0)]->[1];
+push @INC => '@PREFIX@/share/httpd/htdocs/htmllint'; # XXX
my $add_options; # = '-noscore -pedantic etc...';