diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2012-04-04 18:32:44 +0000 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2012-04-04 18:32:44 +0000 |
commit | 5aafaca8f2740a46e85c175e0ce0562e6909325b (patch) | |
tree | 06d7c8d519e5991ba2b6062506555ea5c8fba83f /net/rsync/Makefile | |
parent | 000ef0f97d4d94bf5dfa4689e01e536a63440c7e (diff) | |
download | FreeBSD-ports-5aafaca8f2740a46e85c175e0ce0562e6909325b.zip FreeBSD-ports-5aafaca8f2740a46e85c175e0ce0562e6909325b.tar.gz |
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/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 c14c9ef..acb75c1 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> |