summaryrefslogtreecommitdiff
path: root/lang/pfe
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-03 19:03:56 +0000
committerrillig <rillig@pkgsrc.org>2019-11-03 19:03:56 +0000
commitf3e75ceb4c3556df6213bde475948b339e473145 (patch)
treeb3b17a0eba0ed16bdb945808e31f63568deae484 /lang/pfe
parentad8095b0a5c5b758e832cddea87cfb29097177bd (diff)
downloadpkgsrc-f3e75ceb4c3556df6213bde475948b339e473145.tar.gz
lang: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'lang/pfe')
-rw-r--r--lang/pfe/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/pfe/Makefile b/lang/pfe/Makefile
index a52e0f91a67..db05b91150c 100644
--- a/lang/pfe/Makefile
+++ b/lang/pfe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2019/08/11 13:21:23 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2019/11/03 19:04:05 rillig Exp $
DISTNAME= pfe-0.33.71
PKGREVISION= 13
@@ -21,7 +21,7 @@ BUILD_TARGET= all mans docs
INSTALL_TARGET= install install-mans install-docs
TEST_TARGET= tests
-TOOL_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto # documentation
+TOOL_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto # documentation
PYTHON_FOR_BUILD_ONLY= tool
.include "../../lang/python/pyversion.mk"