1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Fix make fetch/checksum

This commit is contained in:
Antoine Brodin 2014-09-22 21:31:28 +00:00
parent dc9116af30
commit 7a31bff4ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369000

View File

@ -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/..."; \