summaryrefslogtreecommitdiff
path: root/devel/libgetopt
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-03 10:39:04 +0000
committerrillig <rillig@pkgsrc.org>2019-11-03 10:39:04 +0000
commit9959c7f72f02bc48af637ad0304db4eebf7cc3cd (patch)
treeea0565acc58fb990fc3eb929809360b2ab62f357 /devel/libgetopt
parent087f64293d4b805ab86f0cd7079ddf7651f52ca0 (diff)
downloadpkgsrc-9959c7f72f02bc48af637ad0304db4eebf7cc3cd.tar.gz
devel: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'devel/libgetopt')
-rw-r--r--devel/libgetopt/builtin.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/libgetopt/builtin.mk b/devel/libgetopt/builtin.mk
index 91146005443..3276bd2bec6 100644
--- a/devel/libgetopt/builtin.mk
+++ b/devel/libgetopt/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.7 2013/11/23 11:29:35 obache Exp $
+# $NetBSD: builtin.mk,v 1.8 2019/11/03 10:39:17 rillig Exp $
BUILTIN_PKG:= getopt
@@ -18,7 +18,7 @@ IS_BUILTIN.getopt= no
IS_BUILTIN.getopt= yes
. endif
.endif # IS_BUILTIN.getopt
-MAKEVARS+= IS_BUILTIN.getopt
+MAKEVARS+= IS_BUILTIN.getopt
###
### Determine whether we should use the built-in implementation if it
@@ -45,7 +45,7 @@ USE_BUILTIN.getopt!= \
. endif
. endif # PREFER.getopt
.endif
-MAKEVARS+= USE_BUILTIN.getopt
+MAKEVARS+= USE_BUILTIN.getopt
###
### The section below only applies if we are not including this file
@@ -55,9 +55,9 @@ CHECK_BUILTIN.getopt?= no
.if !empty(CHECK_BUILTIN.getopt:M[nN][oO])
. if !empty(USE_BUILTIN.getopt:M[nN][oO])
-_BLTN_LIBGETOPT= -lgetopt
+_BLTN_LIBGETOPT= -lgetopt
. else
-_BLTN_LIBGETOPT= # empty
+_BLTN_LIBGETOPT= # empty
. endif
BUILDLINK_LDADD.getopt?= ${_BLTN_LIBGETOPT}