summaryrefslogtreecommitdiff
path: root/www/p5-HTML-Lint
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-04 22:09:50 +0000
committerrillig <rillig@pkgsrc.org>2019-11-04 22:09:50 +0000
commit883d1358fc4f72bf3e19f23e9da615cfc5efb351 (patch)
tree66f88e4f2f2b97027ca16882d7778bc4ac981b5c /www/p5-HTML-Lint
parentd889e73ea365ea2b6518dcb7ee1a4cf5cacfbbbb (diff)
downloadpkgsrc-883d1358fc4f72bf3e19f23e9da615cfc5efb351.tar.gz
www: align variable assignments
pkglint -Wall -F --only aligned --only indent -r Manually excluded phraseanet since pkglint got the indentation wrong.
Diffstat (limited to 'www/p5-HTML-Lint')
-rw-r--r--www/p5-HTML-Lint/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-HTML-Lint/Makefile b/www/p5-HTML-Lint/Makefile
index ca516081c92..a3f2ddb78fd 100644
--- a/www/p5-HTML-Lint/Makefile
+++ b/www/p5-HTML-Lint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2019/08/11 13:24:39 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2019/11/04 22:10:04 rillig Exp $
DISTNAME= HTML-Lint-2.32
PKGNAME= p5-${DISTNAME}
@@ -12,7 +12,7 @@ COMMENT= Perl 5 module to check for HTML errors in a string or file
LICENSE= artistic-2.0
USE_LANGUAGES= # empty
-PERL5_PACKLIST= auto/HTML/Lint/.packlist
+PERL5_PACKLIST= auto/HTML/Lint/.packlist
DEPENDS+= p5-HTML-Parser>=3.47:../../www/p5-HTML-Parser
DEPENDS+= p5-HTML-Tagset>=3.03:../../www/p5-HTML-Tagset