diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-02 22:54:25 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-02 22:54:25 +0000 |
commit | a7c3d5f2ab7b02ca23fc9c09db4d507a28896a81 (patch) | |
tree | 9cce7130d767493e0f4605ea12b6dca9f1b74702 /archivers/dar | |
parent | 2e8a5b794ca122b12ad4b375bd2cfd8f472f879a (diff) | |
download | pkgsrc-a7c3d5f2ab7b02ca23fc9c09db4d507a28896a81.tar.gz |
archivers: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'archivers/dar')
-rw-r--r-- | archivers/dar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/dar/Makefile b/archivers/dar/Makefile index dbb70b8402f..cf6f9dac50e 100644 --- a/archivers/dar/Makefile +++ b/archivers/dar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2019/07/06 16:29:10 bsiegert Exp $ +# $NetBSD: Makefile,v 1.56 2019/11/02 22:54:26 rillig Exp $ DISTNAME= dar-2.4.13 PKGREVISION= 1 @@ -35,7 +35,7 @@ REPLACE_BASH+= doc/samples/*.bash doc/samples/*.sh doc/samples/*.duc ## Our threading check here is the same as the one used in devel/perl5. # CHECK_BUILTIN.pthread:=yes -. include "../../mk/pthread.builtin.mk" +.include "../../mk/pthread.builtin.mk" CHECK_BUILTIN.pthread:=no ## XXX I'm following the USE_FEATURES semantics used in security/openssl. |