Changeset 79678
- Timestamp:
- 06/23/11 01:20:14 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/x11/wine-crossover-games/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/x11/wine-crossover-games/Portfile
r79643 r79678 189 189 xinstall -d ${destroot}${prefix}/libexec/wine 190 190 file rename ${destroot}${prefix}/bin/wineloader ${destroot}${prefix}/libexec/wine/wine 191 system "install_name_tool -change @executable_path/../lib/libwine.1.dylib @executable_path/../../lib/libwine.1.dylib ${destroot}${prefix}/libexec/wine/wine"191 system "install_name_tool -change @executable_path/../lib/libwine.1.dylib ${prefix}/lib/libwine.1.dylib ${destroot}${prefix}/libexec/wine/wine" 192 192 193 193 foreach dll [glob ${destroot}${prefix}/lib/wine/*.so] { 194 system "install_name_tool -change @executable_path/../lib/libwine.1.dylib @loader_path/../libwine.1.dylib ${dll}"194 system "install_name_tool -change @executable_path/../lib/libwine.1.dylib ${prefix}/lib/libwine.1.dylib ${dll}" 195 195 } 196 196
Note: See TracChangeset
for help on using the changeset viewer.

