From 7a31bff4ed88d1729c50108558f6f6fe6f7e95d7 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Mon, 22 Sep 2014 21:31:28 +0000 Subject: [PATCH] Fix make fetch/checksum --- www/calendarserver/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/calendarserver/Makefile b/www/calendarserver/Makefile index d5668222ce46..19925e2bd82e 100644 --- a/www/calendarserver/Makefile +++ b/www/calendarserver/Makefile @@ -59,7 +59,7 @@ CALDAVD_USER= caldavd USERS= ${CALDAVD_USER} GROUPS= ${CALDAVD_USER} -do-fetch: +maint-gen-distfile: @if [ ! -f "${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}" ] ; then \ ${MKDIR} ${WRKDIR} ; cd ${WRKDIR} ; ${RM} -Rf ${WRKDIR}/${DISTNAME} ; \ ${ECHO_MSG} "=> Checking out CalendarServer from svn.calendarserver.org/..."; \