svn commit: r369000 - head/www/calendarserver

Antoine Brodin antoine at FreeBSD.org
Mon Sep 22 21:31:28 UTC 2014


Author: antoine
Date: Mon Sep 22 21:31:28 2014
New Revision: 369000
URL: http://svnweb.freebsd.org/changeset/ports/369000
QAT: https://qat.redports.org/buildarchive/r369000/

Log:
  Fix make fetch/checksum

Modified:
  head/www/calendarserver/Makefile

Modified: head/www/calendarserver/Makefile
==============================================================================
--- head/www/calendarserver/Makefile	Mon Sep 22 21:23:52 2014	(r368999)
+++ head/www/calendarserver/Makefile	Mon Sep 22 21:31:28 2014	(r369000)
@@ -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/..."; \


More information about the svn-ports-head mailing list