diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-03 11:45:28 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-03 11:45:28 +0000 |
commit | 6d1d2ca41e824dc78d236dd7507b72a54ede5a88 (patch) | |
tree | 97ee76f3981200121bbba776c699b2cf57cc3af5 /net/ntp4 | |
parent | c541c77da9d5d98e1ba6000a10bd6ad0d291105c (diff) | |
download | pkgsrc-6d1d2ca41e824dc78d236dd7507b72a54ede5a88.tar.gz |
net: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'net/ntp4')
-rw-r--r-- | net/ntp4/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/ntp4/Makefile b/net/ntp4/Makefile index bbb7a1b7882..99d96b39000 100644 --- a/net/ntp4/Makefile +++ b/net/ntp4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.101 2019/08/11 13:22:13 wiz Exp $ +# $NetBSD: Makefile,v 1.102 2019/11/03 11:45:45 rillig Exp $ # DISTNAME= ntp-4.2.8p13 @@ -17,9 +17,9 @@ GNU_CONFIGURE= YES USE_LIBTOOL= YES USE_TOOLS+= pax perl:run -CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR} -CONFIGURE_ARGS+=--with-locfile=loc/pkgsrc -CONFIGURE_ENV+= PATH_PERL=${PERL5} +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +CONFIGURE_ARGS+= --with-locfile=loc/pkgsrc +CONFIGURE_ENV+= PATH_PERL=${PERL5} OVERRIDE_DIRDEPTH= 4 |