diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-12-09 20:33:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-12-09 20:33:02 +0000 |
commit | f6cf500917e1033952ca7f79948c398adefb808f (patch) | |
tree | 694da291e213980301d439b2032e9e6b4c952d38 /Mk | |
parent | Fix OSVERSION in BROKEN (diff) |
- Upgrade -R flag to -F while fetching, to prevent "local modification time not
matching the remote" situation
PR: ports/152620
Submitted by: Tijl Coosemans <tijl@coosemans.org>
Notes
Notes:
svn path=/head/; revision=265938
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index ff7d73cc7953..d82be447729f 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -839,7 +839,7 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # FETCH_BINARY - Path to ftp/http fetch command if not in $PATH. # Default: "/usr/bin/fetch" # FETCH_ARGS - Arguments to ftp/http fetch command. -# Default: "-ApRr" +# Default: "-AFpr" # FETCH_CMD - ftp/http fetch command. # Default: ${FETCH_BINARY} ${FETCH_ARGS} # FETCH_BEFORE_ARGS @@ -2311,7 +2311,7 @@ PTHREAD_LIBS?= -pthread .if exists(/usr/bin/fetch) FETCH_BINARY?= /usr/bin/fetch -FETCH_ARGS?= -ApRr +FETCH_ARGS?= -AFpr FETCH_REGET?= 1 .if !defined(DISABLE_SIZE) FETCH_BEFORE_ARGS+= $${CKSIZE:+-S $$CKSIZE} |