diff options
Diffstat (limited to 'misc/airoflash/Makefile')
-rw-r--r-- | misc/airoflash/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/airoflash/Makefile b/misc/airoflash/Makefile index ace63744a0c4..06f547855a79 100644 --- a/misc/airoflash/Makefile +++ b/misc/airoflash/Makefile @@ -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} |