svn commit: r537957 - head/emulators/i386-wine-devel
Lorenzo Salvadore
salvadore at FreeBSD.org
Thu Jun 4 20:14:45 UTC 2020
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~
More information about the svn-ports-all
mailing list