Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2020 08:40:40 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523908 - head/emulators/wine-gecko
Message-ID:  <202001230840.00N8eeHc095238@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Thu Jan 23 08:40:39 2020
New Revision: 523908
URL: https://svnweb.freebsd.org/changeset/ports/523908

Log:
  Backport r520775 | gerald | 2019-12-24 from emulators/wine-gecko-devel:
  
    Use DISTNAME in two cases instead of replicating its definition.
    That'll also ease maintenance going forward.

Modified:
  head/emulators/wine-gecko/Makefile

Modified: head/emulators/wine-gecko/Makefile
==============================================================================
--- head/emulators/wine-gecko/Makefile	Thu Jan 23 08:33:07 2020	(r523907)
+++ head/emulators/wine-gecko/Makefile	Thu Jan 23 08:40:39 2020	(r523908)
@@ -22,11 +22,11 @@ CONFLICTS_INSTALL=	wine-gecko-devel-[0-9]*
 NO_BUILD=	yes
 PLIST_SUB+=	GECKO_VERSION="${DISTVERSION}"
 DATADIR=	${PREFIX}/share/wine
-PLIST_FILES=	${DATADIR}/gecko/wine_gecko-${DISTVERSION}-x86.msi
+PLIST_FILES=	${DATADIR}/gecko/${DISTNAME}.msi
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${DATADIR}/gecko
-	${INSTALL_DATA} ${DISTDIR}/wine_gecko-${DISTVERSION}-x86.msi \
+	${INSTALL_DATA} ${DISTDIR}/${DISTNAME}.msi \
 		${STAGEDIR}${DATADIR}/gecko
 
 .include <bsd.port.mk>



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