diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-04 19:57:58 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-04 19:57:58 +0000 |
commit | 1c44ec1b14eb5e1fcb019972f90d270ed64d21b1 (patch) | |
tree | cac99088febfeca80101b51c2cf4c11e55c10e63 /print/tex-gentle-doc | |
parent | f056db6d1e0fa810249ae2e76f84665af80a372e (diff) | |
download | pkgsrc-1c44ec1b14eb5e1fcb019972f90d270ed64d21b1.tar.gz |
print: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'print/tex-gentle-doc')
-rw-r--r-- | print/tex-gentle-doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/tex-gentle-doc/Makefile b/print/tex-gentle-doc/Makefile index 1db2a177b92..331ab34feb0 100644 --- a/print/tex-gentle-doc/Makefile +++ b/print/tex-gentle-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/05/15 17:51:48 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2019/11/04 19:58:04 rillig Exp $ DISTNAME= gentle.doc PKGNAME= tex-${DISTNAME:S/./-/}-2014 @@ -6,7 +6,7 @@ TEXLIVE_REV= 15878 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ctan.org/pkg/gentle -COMMENT= Gentle Introduction to TeX +COMMENT= Gentle Introduction to TeX #LICENSE= other-free .include "../../print/texlive/package.mk" |