summaryrefslogtreecommitdiff
path: root/archivers/libarchive
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-02 22:54:25 +0000
committerrillig <rillig@pkgsrc.org>2019-11-02 22:54:25 +0000
commita7c3d5f2ab7b02ca23fc9c09db4d507a28896a81 (patch)
tree9cce7130d767493e0f4605ea12b6dca9f1b74702 /archivers/libarchive
parent2e8a5b794ca122b12ad4b375bd2cfd8f472f879a (diff)
downloadpkgsrc-a7c3d5f2ab7b02ca23fc9c09db4d507a28896a81.tar.gz
archivers: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'archivers/libarchive')
-rw-r--r--archivers/libarchive/builtin.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/libarchive/builtin.mk b/archivers/libarchive/builtin.mk
index 3637ac3610e..cb5aa0d250c 100644
--- a/archivers/libarchive/builtin.mk
+++ b/archivers/libarchive/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.10 2019/04/10 08:24:03 adam Exp $
+# $NetBSD: builtin.mk,v 1.11 2019/11/02 22:54:26 rillig Exp $
BUILTIN_PKG:= libarchive
@@ -17,7 +17,7 @@ IS_BUILTIN.libarchive= no
IS_BUILTIN.libarchive= yes
. endif
.endif
-MAKEVARS+= IS_BUILTIN.libarchive
+MAKEVARS+= IS_BUILTIN.libarchive
###
### If there is a built-in implementation, then set BUILTIN_PKG.<pkg> to
@@ -60,7 +60,7 @@ BUILTIN_PKG.libarchive= libarchive-${BUILTIN_VERSION.libarchive}
IS_BUILTIN.libarchive= no
. endif
.endif
-MAKEVARS+= BUILTIN_PKG.libarchive
+MAKEVARS+= BUILTIN_PKG.libarchive
###
### Determine whether we should use the built-in implementation if it
@@ -87,7 +87,7 @@ USE_BUILTIN.libarchive!= \
. endif
. endif # PREFER.libarchive
.endif
-MAKEVARS+= USE_BUILTIN.libarchive
+MAKEVARS+= USE_BUILTIN.libarchive
###
### The section below only applies if we are not including this file