diff options
author | rillig <rillig@pkgsrc.org> | 2019-06-08 10:40:52 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-06-08 10:40:52 +0000 |
commit | da7926cedfcd3a80a37f3a5db3b7ef9601211bcb (patch) | |
tree | eaaa49f5a055ba0a9984b84a0ac3496741147403 /editors/ne | |
parent | 09b367b39eaa2e2f96055fcf6b5d5d268f2622e9 (diff) | |
download | pkgsrc-da7926cedfcd3a80a37f3a5db3b7ef9601211bcb.tar.gz |
editors/*: let pkglint fix indentation and variable alignment
pkglint -Wall -F -r editors
Manually fixed the changes in editors/nedit since the "fixed" indentation
was wrong.
Diffstat (limited to 'editors/ne')
-rw-r--r-- | editors/ne/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/ne/Makefile b/editors/ne/Makefile index 4d77d16750a..58e08ccf003 100644 --- a/editors/ne/Makefile +++ b/editors/ne/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2018/06/06 14:53:04 prlw1 Exp $ +# $NetBSD: Makefile,v 1.21 2019/06/08 10:40:56 rillig Exp $ DISTNAME= ne-3.15 CATEGORIES= editors @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-termcap -MAKE_ENV+= SHELL=${SH} +MAKE_ENV+= SHELL=${SH:Q} BUILD_TARGET= build |