aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorLorenzo Salvadore <salvadore@FreeBSD.org>2020-06-04 20:14:44 +0000
committerLorenzo Salvadore <salvadore@FreeBSD.org>2020-06-04 20:14:44 +0000
commit8ce442ff345372fda7d88b099bbb153d8bb43bb7 (patch)
treea7641d3dc6d2a5b16312970d52e30846a15e7b7d /emulators
parent091fb8f7237a718457d532a1b143c0f4b05449e5 (diff)
downloadports-8ce442ff345372fda7d88b099bbb153d8bb43bb7.tar.gz
ports-8ce442ff345372fda7d88b099bbb153d8bb43bb7.zip
emulators/i386-wine-devel: Small simplification for distinfo-update
Approved by: gerald (mentor) Differential Revision: https://reviews.freebsd.org/D25042
Notes
Notes: svn path=/head/; revision=537957
Diffstat (limited to 'emulators')
-rw-r--r--emulators/i386-wine-devel/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/i386-wine-devel/Makefile b/emulators/i386-wine-devel/Makefile
index 7230496ce221..126199685482 100644
--- a/emulators/i386-wine-devel/Makefile
+++ b/emulators/i386-wine-devel/Makefile
@@ -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~