diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-03 19:03:56 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-03 19:03:56 +0000 |
commit | f3e75ceb4c3556df6213bde475948b339e473145 (patch) | |
tree | b3b17a0eba0ed16bdb945808e31f63568deae484 /lang/scm | |
parent | ad8095b0a5c5b758e832cddea87cfb29097177bd (diff) | |
download | pkgsrc-f3e75ceb4c3556df6213bde475948b339e473145.tar.gz |
lang: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'lang/scm')
-rw-r--r-- | lang/scm/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/scm/Makefile b/lang/scm/Makefile index 082eb153ef0..fa1733f332a 100644 --- a/lang/scm/Makefile +++ b/lang/scm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2016/09/06 20:54:00 joerg Exp $ +# $NetBSD: Makefile,v 1.28 2019/11/03 19:04:08 rillig Exp $ # # Convert the version number as follows 2d2 -> 2.4.2, where the d is # changed to a 4, representing the 4th letter. @@ -27,10 +27,10 @@ INFO_FILES= yes LDFLAGS.SunOS+= -lsocket -lnsl -SCM_MODULES+= sc2 ramap dynl edline gsubr ioext posix record rgx socket -SCM_MODULES+= unix continue scm scmmain findexec script time repl scl eval -SCM_MODULES+= sys subr debug unif rope unexelf -COMPILED_INITS+=init_edline +SCM_MODULES+= sc2 ramap dynl edline gsubr ioext posix record rgx socket +SCM_MODULES+= unix continue scm scmmain findexec script time repl scl eval +SCM_MODULES+= sys subr debug unif rope unexelf +COMPILED_INITS+= init_edline .include "options.mk" |