summaryrefslogtreecommitdiff
path: root/sysutils/gvfs
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/gvfs
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/gvfs')
-rw-r--r--sysutils/gvfs/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/gvfs/Makefile b/sysutils/gvfs/Makefile
index 703b269bef7..c8c60a6c548 100644
--- a/sysutils/gvfs/Makefile
+++ b/sysutils/gvfs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.103 2019/07/21 22:25:44 wiz Exp $
+# $NetBSD: Makefile,v 1.104 2019/11/04 21:28:46 rillig Exp $
#
DISTNAME= gvfs-1.6.7
@@ -12,17 +12,17 @@ HOMEPAGE= https://www.gnome.org/
COMMENT= Userspace virtual filesystem
LICENSE= gnu-lgpl-v2
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
-USE_TOOLS+= intltool gmake pkg-config msgfmt
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= intltool gmake pkg-config msgfmt
CONFIGURE_ARGS+= --enable-http
CONFIGURE_ARGS+= --disable-bash-completion
.include "../../mk/bsd.prefs.mk"
-PKG_OPTIONS_VAR= PKG_OPTIONS.gvfs
-PKG_SUPPORTED_OPTIONS+= avahi hal fuse samba
-PKG_SUGGESTED_OPTIONS+= samba
+PKG_OPTIONS_VAR= PKG_OPTIONS.gvfs
+PKG_SUPPORTED_OPTIONS+= avahi hal fuse samba
+PKG_SUGGESTED_OPTIONS+= samba
PLIST_VARS+= ${PKG_SUPPORTED_OPTIONS}
# XXX fuse.bl3.mk will fail if we include it and fuse is not available