diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2012-04-05 02:32:44 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2012-04-05 02:32:44 +0800 |
commit | 5aafaca8f2740a46e85c175e0ce0562e6909325b (patch) | |
tree | 06d7c8d519e5991ba2b6062506555ea5c8fba83f /net/rsync | |
parent | 000ef0f97d4d94bf5dfa4689e01e536a63440c7e (diff) | |
download | freebsd-ports-gnome-5aafaca8f2740a46e85c175e0ce0562e6909325b.tar.gz freebsd-ports-gnome-5aafaca8f2740a46e85c175e0ce0562e6909325b.tar.zst freebsd-ports-gnome-5aafaca8f2740a46e85c175e0ce0562e6909325b.zip |
Turn off non standard patch (RENAMED) by default. This slipped in on accident
from testing.
Notified by: sunpoet
Feature safe: yes
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 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> |