svn commit: r523908 - head/emulators/wine-gecko

Gerald Pfeifer gerald at FreeBSD.org
Thu Jan 23 08:40:40 UTC 2020


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>


More information about the svn-ports-all mailing list