diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-03 17:14:24 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-03 17:14:24 +0000 |
commit | 77f8d7c37cb5f47c19ea3a443382706b5d463f4b (patch) | |
tree | 90624493479931270d8de4019800abc0acda4dff /converters/autoconvert | |
parent | a5388c1842a0443d90a11e6ff6e96d26fb7ee265 (diff) | |
download | pkgsrc-77f8d7c37cb5f47c19ea3a443382706b5d463f4b.tar.gz |
converters: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'converters/autoconvert')
-rw-r--r-- | converters/autoconvert/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/autoconvert/Makefile b/converters/autoconvert/Makefile index 8d3c8795d02..94a2080a9ad 100644 --- a/converters/autoconvert/Makefile +++ b/converters/autoconvert/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2017/08/16 20:45:33 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2019/11/03 17:14:24 rillig Exp $ DISTNAME= autoconvert-0.3.13 PKGREVISION= 2 @@ -11,7 +11,7 @@ COMMENT= Intelligent Chinese encoding converter USE_LIBTOOL= yes USE_TOOLS+= gmake -AUTO_MKDIRS= yes +AUTO_MKDIRS= yes INSTALLATION_DIRS= share/examples/autoconvert |