mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Don't fetch file if is already exists in distfiles.
PR: 37342
This commit is contained in:
parent
58e9eb676e
commit
afd7ffb3ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75757
@ -17,7 +17,8 @@ MAINTAINER= ambrisko@freebsd.org
|
||||
AF_VERSION= 1.3
|
||||
|
||||
do-fetch:
|
||||
${FETCH_CMD} -o ${DISTDIR}/${DISTNAME} ${MASTER_SITES}
|
||||
[ -f ${DISTDIR}/${DISTNAME} ] || \
|
||||
${FETCH_CMD} -o ${DISTDIR}/${DISTNAME} ${MASTER_SITES}
|
||||
|
||||
do-extract:
|
||||
${MKDIR} ${WRKSRC}
|
||||
|
Loading…
Reference in New Issue
Block a user