svn commit: r528377 - head/emulators/playonbsd/files

Gerald Pfeifer gerald at FreeBSD.org
Fri Mar 13 20:39:30 UTC 2020


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()
  {


More information about the svn-ports-all mailing list