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:
parent
67fdbf6bfa
commit
695500fcaf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538538
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user