77663b5fcf
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?
16 lines
443 B
Text
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...';
|
|
|