Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jun 2020 20:14:44 +0000 (UTC)
From:      Lorenzo Salvadore <salvadore@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r537957 - head/emulators/i386-wine-devel
Message-ID:  <202006042014.054KEi9a063345@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: salvadore
Date: Thu Jun  4 20:14:44 2020
New Revision: 537957
URL: https://svnweb.freebsd.org/changeset/ports/537957

Log:
  emulators/i386-wine-devel: Small simplification for distinfo-update
  
  Approved by:	gerald (mentor)
  Differential Revision:	https://reviews.freebsd.org/D25042

Modified:
  head/emulators/i386-wine-devel/Makefile

Modified: head/emulators/i386-wine-devel/Makefile
==============================================================================
--- head/emulators/i386-wine-devel/Makefile	Thu Jun  4 20:14:35 2020	(r537956)
+++ head/emulators/i386-wine-devel/Makefile	Thu Jun  4 20:14:44 2020	(r537957)
@@ -24,12 +24,11 @@ PKGINSTALL=	${.CURDIR}/files/pkg-install
 PKGDEINSTALL=	${PKGINSTALL}
 
 distinfo-update:
-	${RM} ${.CURDIR}/distinfo ${.CURDIR}/distinfo~
+	${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~
-	${RM} ${.CURDIR}/distinfo
 .endfor
 	${SED} -e '2,$${' -e '/^TIMESTAMP/d' -e '}' distinfo~ > ${.CURDIR}/distinfo
 	${RM} ${.CURDIR}/distinfo~



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006042014.054KEi9a063345>