summaryrefslogtreecommitdiff
path: root/net/rsync
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-05-10 08:16:18 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-05-10 08:16:18 +0000
commit092f179eb5e3f9707b32aa0234fbdcb20a9a958d (patch)
tree5a264edea92a57eacc586d49b6442101f39585e8 /net/rsync
parentUpdate to 0.61. (diff)
- Fix typo
Submitted by: Simun Mikecin <numisemis@yahoo.com>
Notes
Notes: svn path=/head/; revision=161897
Diffstat (limited to 'net/rsync')
-rw-r--r--net/rsync/Makefile2
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>