summaryrefslogtreecommitdiff
path: root/filesystems/openafs-devel
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-03 19:26:20 +0000
committerrillig <rillig@pkgsrc.org>2019-11-03 19:26:20 +0000
commit883c0fc32fc2ee0ddd64eb1fa9a18a0ef397db30 (patch)
tree62f08c547e899ee0d4effdeff9f6dfff62a033b4 /filesystems/openafs-devel
parent76f5c8d81b8b4d4a63e55f70a228e6271fab8a24 (diff)
downloadpkgsrc-883c0fc32fc2ee0ddd64eb1fa9a18a0ef397db30.tar.gz
filesystems: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'filesystems/openafs-devel')
-rw-r--r--filesystems/openafs-devel/Makefile8
-rw-r--r--filesystems/openafs-devel/options.mk14
2 files changed, 11 insertions, 11 deletions
diff --git a/filesystems/openafs-devel/Makefile b/filesystems/openafs-devel/Makefile
index 1ccec7e456a..dc6c59995cd 100644
--- a/filesystems/openafs-devel/Makefile
+++ b/filesystems/openafs-devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2016/10/03 08:30:13 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2019/11/03 19:26:21 rillig Exp $
DISTNAME= openafs-1.7.11-src
PKGNAME= ${DISTNAME:C/-src//}
@@ -16,7 +16,7 @@ CONFLICTS+= arla-[0-9]*
CONFLICTS+= heimdal-[0-9]*
CONFLICTS+= rx-[0-9]*
-MAKE_JOBS_SAFE=no
+MAKE_JOBS_SAFE= no
GNU_CONFIGURE= yes
USE_TOOLS+= lex
@@ -28,7 +28,7 @@ CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --with-roken=internal
-USE_GNU_CONFIGURE_HOST= no
+USE_GNU_CONFIGURE_HOST= no
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
@@ -41,7 +41,7 @@ OWN_DIRS_PERMS+= ${VARBASE}/openafs/db ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 700
FILES_SUBST+= HOSTNAME_CMD=${HOSTNAME_CMD:Q}
-BUILD_DEFS+= VARBASE
+BUILD_DEFS+= VARBASE
#
# Rename liblwp.a to libafslwp.a to avoid conflict with the lwp package.
diff --git a/filesystems/openafs-devel/options.mk b/filesystems/openafs-devel/options.mk
index e284f24927e..536d1e76a6a 100644
--- a/filesystems/openafs-devel/options.mk
+++ b/filesystems/openafs-devel/options.mk
@@ -1,15 +1,15 @@
-# $NetBSD: options.mk,v 1.1 2012/08/30 17:37:55 jakllsch Exp $
+# $NetBSD: options.mk,v 1.2 2019/11/03 19:26:21 rillig Exp $
.include "../../mk/bsd.prefs.mk"
-PKG_OPTIONS_VAR= PKG_OPTIONS.openafs
-PKG_SUPPORTED_OPTIONS+= server bitmap-later bos-new-config fast-restart
-PKG_SUPPORTED_OPTIONS+= largefile kernel-module supergroups namei
+PKG_OPTIONS_VAR= PKG_OPTIONS.openafs
+PKG_SUPPORTED_OPTIONS+= server bitmap-later bos-new-config fast-restart
+PKG_SUPPORTED_OPTIONS+= largefile kernel-module supergroups namei
.if ${MACHINE_ARCH} != "x86_64"
-PKG_SUPPORTED_OPTIONS+= pam
+PKG_SUPPORTED_OPTIONS+= pam
.endif
-PKG_SUGGESTED_OPTIONS= server bitmap-later bos-new-config fast-restart
-PKG_SUGGESTED_OPTIONS+= namei largefile -kernel-module supergroups
+PKG_SUGGESTED_OPTIONS= server bitmap-later bos-new-config fast-restart
+PKG_SUGGESTED_OPTIONS+= namei largefile -kernel-module supergroups
.include "../../mk/bsd.options.mk"