Skip to content
Permalink
Browse files

wine*: Simplify installation of wine-gecko64

  • Loading branch information
ryandesign committed Mar 21, 2018
1 parent 234eed0 commit 1fa03c7713f8c9d887f416c85c06d55029bfb6cc
Showing with 3 additions and 12 deletions.
  1. +1 −4 x11/wine-crossover/Portfile
  2. +1 −4 x11/wine-devel/Portfile
  3. +1 −4 x11/wine/Portfile
@@ -309,10 +309,7 @@ post-destroot {
reinplace s|@PREFIX@|${prefix}|g ${destroot}${prefix}/bin/wine

xinstall -d ${destroot}${prefix}/share/wine/gecko
xinstall -m 644 ${distpath}/${wine_gecko_distfile} ${destroot}${prefix}/share/wine/gecko

xinstall -d ${destroot}${prefix}/share/wine/gecko
xinstall -m 644 ${distpath}/${wine_gecko64_distfile} ${destroot}${prefix}/share/wine/gecko
xinstall -m 644 -W ${distpath} ${wine_gecko_distfile} ${wine_gecko64_distfile} ${destroot}${prefix}/share/wine/gecko

xinstall -d ${destroot}${prefix}/share/wine/mono
xinstall -m 644 ${distpath}/${wine_mono_distfile} ${destroot}${prefix}/share/wine/mono
@@ -309,10 +309,7 @@ post-destroot {
reinplace s|@PREFIX@|${prefix}|g ${destroot}${prefix}/bin/wine

xinstall -d ${destroot}${prefix}/share/wine/gecko
xinstall -m 644 ${distpath}/${wine_gecko_distfile} ${destroot}${prefix}/share/wine/gecko

xinstall -d ${destroot}${prefix}/share/wine/gecko
xinstall -m 644 ${distpath}/${wine_gecko64_distfile} ${destroot}${prefix}/share/wine/gecko
xinstall -m 644 -W ${distpath} ${wine_gecko_distfile} ${wine_gecko64_distfile} ${destroot}${prefix}/share/wine/gecko

xinstall -d ${destroot}${prefix}/share/wine/mono
xinstall -m 644 ${distpath}/${wine_mono_distfile} ${destroot}${prefix}/share/wine/mono
@@ -308,10 +308,7 @@ post-destroot {
reinplace s|@PREFIX@|${prefix}|g ${destroot}${prefix}/bin/wine

xinstall -d ${destroot}${prefix}/share/wine/gecko
xinstall -m 644 ${distpath}/${wine_gecko_distfile} ${destroot}${prefix}/share/wine/gecko

xinstall -d ${destroot}${prefix}/share/wine/gecko
xinstall -m 644 ${distpath}/${wine_gecko64_distfile} ${destroot}${prefix}/share/wine/gecko
xinstall -m 644 -W ${distpath} ${wine_gecko_distfile} ${wine_gecko64_distfile} ${destroot}${prefix}/share/wine/gecko

xinstall -d ${destroot}${prefix}/share/wine/mono
xinstall -m 644 ${distpath}/${wine_mono_distfile} ${destroot}${prefix}/share/wine/mono

0 comments on commit 1fa03c7

Please sign in to comment.
You can’t perform that action at this time.