svn commit: r534247 - head/emulators/wine-mono

Gerald Pfeifer gerald at FreeBSD.org
Thu May 7 07:19:06 UTC 2020


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>


More information about the svn-ports-head mailing list