summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Descent
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-04 21:43:32 +0000
committerrillig <rillig@pkgsrc.org>2019-11-04 21:43:32 +0000
commit481997d3135ddf5a3b17274a3fc1f45480c939bd (patch)
tree9553862a9cfe74c1c14f87da190c9d55fb2772ea /textproc/p5-XML-Descent
parent15bb5ef0c0e2649c11f1265cb3267780466dd29d (diff)
downloadpkgsrc-481997d3135ddf5a3b17274a3fc1f45480c939bd.tar.gz
textproc: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'textproc/p5-XML-Descent')
-rw-r--r--textproc/p5-XML-Descent/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-XML-Descent/Makefile b/textproc/p5-XML-Descent/Makefile
index 51ca08f1132..68a179bc70d 100644
--- a/textproc/p5-XML-Descent/Makefile
+++ b/textproc/p5-XML-Descent/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/08/11 13:23:52 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2019/11/04 21:43:43 rillig Exp $
DISTNAME= XML-Descent-1.04
PKGNAME= p5-${DISTNAME}
@@ -12,7 +12,7 @@ COMMENT= Recursive descent XML parsing
DEPENDS+= p5-XML-TokeParser>=0.05:../../textproc/p5-XML-TokeParser
-PERL5_PACKLIST= auto/XML/Descent/.packlist
+PERL5_PACKLIST= auto/XML/Descent/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"