diff options
author | olgeni <olgeni@FreeBSD.org> | 2017-11-03 05:41:47 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2017-11-03 05:41:47 +0800 |
commit | 3ccdee572e0b19f483b93936b06bf74943d15b74 (patch) | |
tree | 703ea97b5e5fc4a7ad76317a23ee70bd12ff1494 /ftp | |
parent | 4abad86ffdb19757de8af73cba3d770e8e3ec74e (diff) | |
download | freebsd-ports-gnome-3ccdee572e0b19f483b93936b06bf74943d15b74.tar.gz freebsd-ports-gnome-3ccdee572e0b19f483b93936b06bf74943d15b74.tar.zst freebsd-ports-gnome-3ccdee572e0b19f483b93936b06bf74943d15b74.zip |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/vsftpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/vsftpd/Makefile b/ftp/vsftpd/Makefile index d6a2e8e14570..3f38c8ae6eaa 100644 --- a/ftp/vsftpd/Makefile +++ b/ftp/vsftpd/Makefile @@ -14,7 +14,7 @@ COMMENT= FTP daemon that aims to be "very secure" LICENSE= GPLv2 #USERS= ftp -#GROUPS= ftp +#GROUPS= ftp USES= alias ALL_TARGET= vsftpd USE_RC_SUBR= vsftpd |