diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-22 21:31:28 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-22 21:31:28 +0000 |
commit | 7a31bff4ed88d1729c50108558f6f6fe6f7e95d7 (patch) | |
tree | 8e84b786cae20159389d8e35490db2476ba8ccd1 /www/calendarserver/Makefile | |
parent | dc9116af301ae1c93ca08486a09632c46df78756 (diff) | |
download | ports-7a31bff4ed88d1729c50108558f6f6fe6f7e95d7.tar.gz ports-7a31bff4ed88d1729c50108558f6f6fe6f7e95d7.zip |
Fix make fetch/checksum
Notes
Notes:
svn path=/head/; revision=369000
Diffstat (limited to 'www/calendarserver/Makefile')
-rw-r--r-- | www/calendarserver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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/..."; \ |