diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-02 22:37:52 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-02 22:37:52 +0000 |
commit | 32c30875cca2de4f6c7cded0af0c0d7f1d37ddb1 (patch) | |
tree | 5badba5272b71ca0f2ae24092afab850b81c7059 /graphics/tex-tkz-fct | |
parent | 2476b87659dab34be04553e56079d38facafe0ad (diff) | |
download | pkgsrc-32c30875cca2de4f6c7cded0af0c0d7f1d37ddb1.tar.gz |
graphics: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'graphics/tex-tkz-fct')
-rw-r--r-- | graphics/tex-tkz-fct/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tex-tkz-fct/Makefile b/graphics/tex-tkz-fct/Makefile index b7dca3e914a..11a47e979a3 100644 --- a/graphics/tex-tkz-fct/Makefile +++ b/graphics/tex-tkz-fct/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2017/10/15 20:22:09 markd Exp $ +# $NetBSD: Makefile,v 1.2 2019/11/02 22:38:05 rillig Exp $ DISTNAME= tkz-fct PKGNAME= tex-${DISTNAME}-1.16c @@ -9,7 +9,7 @@ HOMEPAGE= http://ctan.org/pkg/tkz-fct COMMENT= Tools for drawing graphs of functions LICENSE= lppl-1.3c -DEPENDS+= tex-tkz-base-[0-9]*:../../graphics/tex-tkz-base +DEPENDS+= tex-tkz-base-[0-9]*:../../graphics/tex-tkz-base .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |