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/ex | |
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/ex')
-rw-r--r-- | editors/ex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/ex/Makefile b/editors/ex/Makefile index eccf3ed227c..d9a64febe6d 100644 --- a/editors/ex/Makefile +++ b/editors/ex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2013/10/10 11:09:35 roy Exp $ +# $NetBSD: Makefile,v 1.14 2019/06/08 10:40:54 rillig Exp $ # DISTNAME= ex-040103 @@ -23,4 +23,4 @@ MAKE_DIRS_PERMS+= ${VARBASE}/tmp/vi.recover ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} .include "../../mk/termcap.buildlink3.mk" .include "../../mk/bsd.pkg.mk" -MAKE_ENV+= TERMLIB=${BUILDLINK_LIBNAME.termcap} +MAKE_ENV+= TERMLIB=${BUILDLINK_LIBNAME.termcap} |