]> CyberLeo.Net >> Repos - CDN/cdn-ports-overlay.git/blob - cdn/patch/Makefile-rsync-update-missing-flags.patch
patch: rsync-update patch made it in, but the flags did not
[CDN/cdn-ports-overlay.git] / cdn / patch / Makefile-rsync-update-missing-flags.patch
1 --- Makefile.orig       2014-06-15 17:47:10.000000000 -0500
2 +++ Makefile    2014-06-26 00:30:50.582677180 -0500
3 @@ -163,6 +163,7 @@
4  GIT?= git
5  SVN?= svn
6  RSYNC?= rsync
7 +RSYNC_FLAGS?= --recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --verbose
8  PORTSNAP?= portsnap
9  PORTSNAP_FLAGS?= -p ${.CURDIR}
10  .if !target(update)