Permalink
Browse files
wine*: Simplify installation of wine-gecko64
- Loading branch information
Showing
with
3 additions
and
12 deletions.
-
+1
−4
x11/wine-crossover/Portfile
-
+1
−4
x11/wine-devel/Portfile
-
+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 |
|
|
|