summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2012-04-04 18:32:44 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2012-04-04 18:32:44 +0000
commitf4fd64cb9b62ffb6ca725022cc2594e4bdf855db (patch)
treecb7a593e81b7ebf96285cef70e390327e0775f91
parentd161cb3a9ee212022a25e95d72db1ab586bbb978 (diff)
downloadfreebsd-ports-f4fd64cb9b62ffb6ca725022cc2594e4bdf855db.zip
Turn off non standard patch (RENAMED) by default. This slipped in on accident
from testing. Notified by: sunpoet Feature safe: yes
-rw-r--r--net/rsync/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index c14c9ef0a297..acb75c16e974 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -44,7 +44,7 @@ OPTIONS= POPT_PORT "Use popt from devel/popt instead of bundled one" off \
ACL "Add backward-compatibility for the --acls option" off \
ICONV "Add iconv support" off \
TIMELIMIT "Time limit patch" off \
- RENAMED "Add support for renamed file detection" on
+ RENAMED "Add support for renamed file detection" off
.include <bsd.port.pre.mk>