diff options
author | rillig <rillig@pkgsrc.org> | 2019-11-03 10:39:04 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-11-03 10:39:04 +0000 |
commit | 9959c7f72f02bc48af637ad0304db4eebf7cc3cd (patch) | |
tree | ea0565acc58fb990fc3eb929809360b2ab62f357 /devel/dlcompat | |
parent | 087f64293d4b805ab86f0cd7079ddf7651f52ca0 (diff) | |
download | pkgsrc-9959c7f72f02bc48af637ad0304db4eebf7cc3cd.tar.gz |
devel: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
Diffstat (limited to 'devel/dlcompat')
-rw-r--r-- | devel/dlcompat/builtin.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/dlcompat/builtin.mk b/devel/dlcompat/builtin.mk index 12d66b98c36..a8b21274f89 100644 --- a/devel/dlcompat/builtin.mk +++ b/devel/dlcompat/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.10 2013/11/23 11:29:35 obache Exp $ +# $NetBSD: builtin.mk,v 1.11 2019/11/03 10:39:10 rillig Exp $ BUILTIN_PKG:= dlcompat @@ -19,7 +19,7 @@ IS_BUILTIN.dlcompat= no IS_BUILTIN.dlcompat= yes . endif .endif -MAKEVARS+= IS_BUILTIN.dlcompat +MAKEVARS+= IS_BUILTIN.dlcompat ### ### If there is a built-in implementation, then set BUILTIN_PKG.<pkg> to @@ -32,7 +32,7 @@ MAKEVARS+= IS_BUILTIN.dlcompat # XXX BUILTIN_PKG.dlcompat= dlcompat-20030629 .endif -MAKEVARS+= BUILTIN_PKG.dlcompat +MAKEVARS+= BUILTIN_PKG.dlcompat ### ### Determine whether we should use the built-in implementation if it @@ -59,4 +59,4 @@ USE_BUILTIN.dlcompat!= \ . endif . endif # PREFER.dlcompat .endif -MAKEVARS+= USE_BUILTIN.dlcompat +MAKEVARS+= USE_BUILTIN.dlcompat |