summaryrefslogtreecommitdiff
path: root/devel/libusb1
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/libusb1
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/libusb1')
-rw-r--r--devel/libusb1/Makefile4
-rw-r--r--devel/libusb1/builtin.mk8
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/libusb1/Makefile b/devel/libusb1/Makefile
index 738b52005b9..4e3bd0a833d 100644
--- a/devel/libusb1/Makefile
+++ b/devel/libusb1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2019/08/06 08:50:28 maya Exp $
+# $NetBSD: Makefile,v 1.20 2019/11/03 10:39:18 rillig Exp $
DISTNAME= libusb-1.0.22
PKGNAME= ${DISTNAME:S/libusb/libusb1/}
@@ -19,7 +19,7 @@ NOT_FOR_PLATFORM= DragonFly-*-*
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
-MAKE_JOBS_SAFE= no
+MAKE_JOBS_SAFE= no
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
diff --git a/devel/libusb1/builtin.mk b/devel/libusb1/builtin.mk
index e5e0eb4a38a..aa94d62954d 100644
--- a/devel/libusb1/builtin.mk
+++ b/devel/libusb1/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.2 2015/02/04 23:44:34 tnn Exp $
+# $NetBSD: builtin.mk,v 1.3 2019/11/03 10:39:18 rillig Exp $
BUILTIN_PKG:= libusb1
@@ -8,12 +8,12 @@ BUILTIN_FIND_HEADERS.H_LIBUSB= libusb.h
.include "../../mk/buildlink3/bsd.builtin.mk"
.if !defined(IS_BUILTIN.libusb1)
-IS_BUILTIN.libusb1= no
+IS_BUILTIN.libusb1= no
. if empty(H_LIBUSB:M__nonexistent__)
-IS_BUILTIN.libusb1= yes
+IS_BUILTIN.libusb1= yes
. endif
.endif
-MAKEVARS+= IS_BUILTIN.libusb1
+MAKEVARS+= IS_BUILTIN.libusb1
.if !defined(USE_BUILTIN.libusb1)
USE_BUILTIN.libusb1= ${IS_BUILTIN.libusb1}