diff options
author | pav <pav@FreeBSD.org> | 2006-05-10 16:16:18 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-05-10 16:16:18 +0800 |
commit | 67fc2309b51ee2605f2047ad71bc0e5bc92406a3 (patch) | |
tree | 9d168c70f67144764f6f32453a36081df59bf041 /net/rsync | |
parent | e8ec5bd1391251da26cd3bf88349e91b6ba49888 (diff) | |
download | freebsd-ports-gnome-67fc2309b51ee2605f2047ad71bc0e5bc92406a3.tar.gz freebsd-ports-gnome-67fc2309b51ee2605f2047ad71bc0e5bc92406a3.tar.zst freebsd-ports-gnome-67fc2309b51ee2605f2047ad71bc0e5bc92406a3.zip |
- Fix typo
Submitted by: Simun Mikecin <numisemis@yahoo.com>
Diffstat (limited to 'net/rsync')
-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 51347a9a13de..94e4e0f0df64 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> |