diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-30 04:55:27 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-30 04:55:27 +0800 |
commit | 6e2aad917a910e4c9643742f0e3b63542d308c92 (patch) | |
tree | f4519572010b06eda59dede8d41490eef53b4983 /net-mgmt | |
parent | 10855e657209b37241ebdc2480c278b3cc8dfe58 (diff) | |
download | freebsd-ports-gnome-6e2aad917a910e4c9643742f0e3b63542d308c92.tar.gz freebsd-ports-gnome-6e2aad917a910e4c9643742f0e3b63542d308c92.tar.zst freebsd-ports-gnome-6e2aad917a910e4c9643742f0e3b63542d308c92.zip |
Repair instances, almost all courtesy of bf ;-), of spaces
and/or tabs before the =. This made doing regular expressions
on the ports tree really difficult.
Approved by: portmgr (not really, but touches unstaged ports)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/kismet/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/kismet/Makefile b/net-mgmt/kismet/Makefile index 98249db5feaf..62d9fd84a0e7 100644 --- a/net-mgmt/kismet/Makefile +++ b/net-mgmt/kismet/Makefile @@ -46,14 +46,14 @@ CONFIGURE_ARGS+=--disable-pcre .endif .if ${PORT_OPTIONS:MSETUID} -GROUPS = kismet +GROUPS= kismet CONFIGURE_ARGS+=--with-suidgroup=wheel -INSTALL_TARGET = suidinstall +INSTALL_TARGET= suidinstall PLIST_SUB+= SUID="" SUIDGROUP="${GROUPS}" PKGMESSAGE= ${WRKDIR}/suid_pkg-message SUB_FILES+= suid_pkg-message .else -INSTALL_TARGET = install +INSTALL_TARGET= install CONFIGURE_ARGS+=--without-suidgroup PLIST_SUB+= SUID="@comment " SUIDGROUP="" .endif |