summaryrefslogtreecommitdiff
path: root/sysutils/hal
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-04 21:28:40 +0000
committerrillig <rillig@pkgsrc.org>2019-11-04 21:28:40 +0000
commit15bb5ef0c0e2649c11f1265cb3267780466dd29d (patch)
treecab40909c685a7f1bd42c69dca80873cfd7d89c7 /sysutils/hal
parentef482b78e029548a99588f95eff363467deb3687 (diff)
downloadpkgsrc-15bb5ef0c0e2649c11f1265cb3267780466dd29d.tar.gz
sysutils: align variable assignments
pkglint -Wall -F --only aligned --only indent -r Manually excluded consolekit and dc-tools since pkglint didn't get the formatting correct.
Diffstat (limited to 'sysutils/hal')
-rw-r--r--sysutils/hal/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile
index 20294b2d274..53ac4c15022 100644
--- a/sysutils/hal/Makefile
+++ b/sysutils/hal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2019/10/03 21:28:45 rillig Exp $
+# $NetBSD: Makefile,v 1.87 2019/11/04 21:28:46 rillig Exp $
DISTNAME= hal-0.5.14
PKGREVISION= 22
@@ -29,7 +29,7 @@ EGDIR= ${PREFIX}/share/examples/hal
CONF_FILES= ${EGDIR}/hal.conf ${PKG_SYSCONFBASE}/dbus-1/system.d/hal.conf
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE}
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
CONFIGURE_ARGS+= --with-pci-ids=${PREFIX}/share/pciids
CONFIGURE_ARGS+= --with-usb-ids=${PREFIX}/share/usbids
@@ -68,12 +68,12 @@ MAKE_DIRS+= /etc/udev/rules.d
CONF_FILES+= ${EGDIR}/90-hal.rules \
/etc/udev/rules.d/90-hal.rules
PLIST_VARS+= imac
-.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
+. if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
PLIST.imac= yes
CONFIGURE_ARGS+= --with-imac
-.else
+. else
CONFIGURE_ARGS+= --without-imac
-.endif
+. endif
.else # Unsupported systems
# Pull in the dummy backend
.include "../../devel/libvolume_id/buildlink3.mk"