Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 May 2020 07:19:06 +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: r534247 - head/emulators/wine-mono
Message-ID:  <202005070719.0477J6e4074750@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Thu May  7 07:19:05 2020
New Revision: 534247
URL: https://svnweb.freebsd.org/changeset/ports/534247

Log:
  Backport the simplification part of r532928 from wine-mono-devel and
  use ${DISTNAME} instead of spelling it out repeatedly.

Modified:
  head/emulators/wine-mono/Makefile

Modified: head/emulators/wine-mono/Makefile
==============================================================================
--- head/emulators/wine-mono/Makefile	Thu May  7 06:59:53 2020	(r534246)
+++ head/emulators/wine-mono/Makefile	Thu May  7 07:19:05 2020	(r534247)
@@ -22,11 +22,11 @@ CONFLICTS_INSTALL=	wine-mono-devel-[0-9]*
 NO_BUILD=	yes
 PLIST_SUB+=	MONO_VERSION="${DISTVERSION}"
 DATADIR=	${PREFIX}/share/wine
-PLIST_FILES=	${DATADIR}/mono/wine-mono-${DISTVERSION}.msi
+PLIST_FILES=	${DATADIR}/mono/${DISTNAME}.msi
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${DATADIR}/mono
-	${INSTALL_DATA} ${DISTDIR}/wine-mono-${DISTVERSION}.msi \
+	${INSTALL_DATA} ${DISTDIR}/${DISTNAME}.msi \
 		${STAGEDIR}${DATADIR}/mono
 
 .include <bsd.port.mk>



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