diff options
author | pav <pav@FreeBSD.org> | 2006-05-10 08:16:18 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-05-10 08:16:18 +0000 |
commit | 67fc2309b51ee2605f2047ad71bc0e5bc92406a3 (patch) | |
tree | 9d168c70f67144764f6f32453a36081df59bf041 /net/rsync/Makefile | |
parent | e8ec5bd1391251da26cd3bf88349e91b6ba49888 (diff) | |
download | FreeBSD-ports-67fc2309b51ee2605f2047ad71bc0e5bc92406a3.zip FreeBSD-ports-67fc2309b51ee2605f2047ad71bc0e5bc92406a3.tar.gz |
- Fix typo
Submitted by: Simun Mikecin <numisemis@yahoo.com>
Diffstat (limited to 'net/rsync/Makefile')
-rw-r--r-- | net/rsync/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 51347a9..94e4e0f 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -39,7 +39,7 @@ MAN5= rsyncd.conf.5 OPTIONS= POPT_PORT "Use popt from devel/popt instead of bundled one" off \ TIMELIMIT "Time limit patch" on \ FLAGS "File system flags support patch, adds --flags" on \ - ACLS "ACL support patch, adds --acl" on \ + ACLS "ACL support patch, adds --acls" on \ SSH "Use SSH instead of RSH" on .include <bsd.port.pre.mk> |