From 695500fcaf55f7e773b8debbb84a2b64264c9ad3 Mon Sep 17 00:00:00 2001 From: Lorenzo Salvadore Date: Thu, 11 Jun 2020 20:29:15 +0000 Subject: [PATCH] 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 --- emulators/i386-wine-devel/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/emulators/i386-wine-devel/Makefile b/emulators/i386-wine-devel/Makefile index 126199685482..0676e331ae63 100644 --- a/emulators/i386-wine-devel/Makefile +++ b/emulators/i386-wine-devel/Makefile @@ -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