svn commit: r542199 - head/emulators/wine-devel
Gerald Pfeifer
gerald at FreeBSD.org
Tue Jul 14 06:53:49 UTC 2020
Author: gerald
Date: Tue Jul 14 06:53:48 2020
New Revision: 542199
URL: https://svnweb.freebsd.org/changeset/ports/542199
Log:
Rename COMP_DIST, a last remaining reference to Compholio, the previous
name of what is now called Wine Staging, to STAGING_DIST.
Modified:
head/emulators/wine-devel/Makefile
Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile Tue Jul 14 06:36:31 2020 (r542198)
+++ head/emulators/wine-devel/Makefile Tue Jul 14 06:53:48 2020 (r542199)
@@ -104,8 +104,8 @@ OPENAL_USES= openal
STAGING_BROKEN= fails to build
STAGING_MASTER_SITES= https://github.com/wine-staging/wine-staging/archive/:staging
-COMP_DIST= v${DISTVERSION}.tar.gz
-STAGING_DISTFILES= ${COMP_DIST}:staging
+STAGING_DIST= v${DISTVERSION}.tar.gz
+STAGING_DISTFILES= ${STAGING_DIST}:staging
STAGING_EXTRACT_DEPENDS= bash:shells/bash \
git:devel/git \
autoconf>0:devel/autoconf
@@ -163,7 +163,7 @@ PLIST_SUB+= WINE32="" WINE64="@comment "
.endif
post-extract-STAGING-on: fix-shebang
- cd ${WRKSRC} && ${TAR} xf ${DISTDIR}/${COMP_DIST} --strip-components 1
+ cd ${WRKSRC} && ${TAR} xf ${DISTDIR}/${STAGING_DIST} --strip-components 1
cd ${WRKSRC} && bash ./patches/patchinstall.sh --backend=patch DESTDIR=${WRKSRC} --all
pre-build:
More information about the svn-ports-head
mailing list