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 /security | |
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 'security')
-rw-r--r-- | security/tor-devel/Makefile | 2 | ||||
-rw-r--r-- | security/tor/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index 293e70b32e83..10bf600faff7 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -40,7 +40,7 @@ USE_OPENSSL= yes USE_RC_SUBR= tor SUB_FILES= pkg-message -GROUPS = _tor +GROUPS= _tor USERS= _tor CONFLICTS= tor-[0-9]* diff --git a/security/tor/Makefile b/security/tor/Makefile index 976a6cb802f8..a3c0630b490a 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -37,7 +37,7 @@ USE_OPENSSL= yes USE_RC_SUBR= tor SUB_FILES= pkg-message -GROUPS = _tor +GROUPS= _tor USERS= _tor CONFLICTS= tor-devel-[0-9]* |