diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-04 21:28:40 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-04 21:28:40 +0000 |
commit | 15bb5ef0c0e2649c11f1265cb3267780466dd29d (patch) | |
tree | cab40909c685a7f1bd42c69dca80873cfd7d89c7 /sysutils/heirloom-doc/Makefile.common | |
parent | ef482b78e029548a99588f95eff363467deb3687 (diff) | |
download | pkgsrc-15bb5ef0c0e2649c11f1265cb3267780466dd29d.tar.gz |
sysutils: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
Manually excluded consolekit and dc-tools since pkglint didn't get the
formatting correct.
Diffstat (limited to 'sysutils/heirloom-doc/Makefile.common')
-rw-r--r-- | sysutils/heirloom-doc/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/heirloom-doc/Makefile.common b/sysutils/heirloom-doc/Makefile.common index 98c389ef707..af34f8e0e3b 100644 --- a/sysutils/heirloom-doc/Makefile.common +++ b/sysutils/heirloom-doc/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2014/12/03 14:08:40 joerg Exp $ +# $NetBSD: Makefile.common,v 1.6 2019/11/04 21:28:46 rillig Exp $ # used by archivers/heirloom-tar/Makefile # used by devel/heirloom-common/Makefile # used by devel/heirloom-getopt/Makefile @@ -155,7 +155,7 @@ LCRYPT= .endif .if ${NEED_LIBCURSES:U0} -LCURS=-lcurses +LCURS= -lcurses . if ${OPSYS} == "NetBSD" CFLAGS+= -DUSE_TERMCAP |