1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

emulators/i386-wine-devel: Fix distinfo-update

Use 'make makesum' directly, without calling 'make fetch' before. This
avoid errors when updating the port with new distfiles.

Approved by:	gerald (mentor)
Differential Revision:	https://reviews.freebsd.org/D25158
This commit is contained in:
Lorenzo Salvadore 2020-06-11 20:29:15 +00:00
parent 67fdbf6bfa
commit 695500fcaf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538538

View File

@ -26,7 +26,6 @@ PKGDEINSTALL= ${PKGINSTALL}
distinfo-update:
${RM} ${.CURDIR}/distinfo~
.for osrel in 11 12 13
${MAKE} fetch OSREL=${osrel} OSVERSION=${osrel}99999 _OSRELEASE=${osrel}
${MAKE} makesum OSREL=${osrel} OSVERSION=${osrel}99999 _OSRELEASE=${osrel}
${CAT} ${.CURDIR}/distinfo >> ${.CURDIR}/distinfo~
.endfor