Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Mar 2020 20:39:29 +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: r528377 - head/emulators/playonbsd/files
Message-ID:  <202003132039.02DKdTve059204@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Fri Mar 13 20:39:29 2020
New Revision: 528377
URL: https://svnweb.freebsd.org/changeset/ports/528377

Log:
  Fix the concrete filenames in references to then wine-gecko and wine-mono
  ports.  Even though these only appear in comments, it might be confusing
  otherwise.
  
  Approved by:	se (maintainer)

Modified:
  head/emulators/playonbsd/files/patch-lib_wine.lib

Modified: head/emulators/playonbsd/files/patch-lib_wine.lib
==============================================================================
--- head/emulators/playonbsd/files/patch-lib_wine.lib	Fri Mar 13 20:15:41 2020	(r528376)
+++ head/emulators/playonbsd/files/patch-lib_wine.lib	Fri Mar 13 20:39:29 2020	(r528377)
@@ -56,8 +56,8 @@
 +		ln -s /usr/local/lib "$WINEDIR/$WINEVERSION/lib"
 +	fi
 +	mkdir -p "$WINEDIR/$WINEVERSION/share"
-+	ln -s /usr/local/share/wine/gecko/*.msi "$WINEDIR/$WINEVERSION/share/wine/gecko/" #wine_gecko-$WINEVERSION-$ARCH.msi"
-+	ln -s /usr/local/share/wine/mono/*.msi "$WINEDIR/$WINEVERSION/share/wine/mono/" #wine_mono-$WINEVERSION-$ARCH.msi"
++	ln -s /usr/local/share/wine/gecko/*.msi "$WINEDIR/$WINEVERSION/share/wine/gecko/" #wine-gecko-$WINEVERSION-$ARCH.msi"
++	ln -s /usr/local/share/wine/mono/*.msi "$WINEDIR/$WINEVERSION/share/wine/mono/" #wine-mono-$WINEVERSION-$ARCH.msi"
 +}
  POL_Wine_InstallVersion()
  {



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