Changeset 30954 for trunk/dports/cross
- Timestamp:
- Nov 12, 2007, 10:08:09 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/cross/i386-mingw32-libunicows/Portfile
r30190 r30954 63 63 destroot {} 64 64 post-destroot { 65 cd ${workpath}/libunicows-${version}/lib/mingw3266 65 xinstall -d -m 755 ${destroot}${prefix}/i386-mingw32/lib 67 xinstall -m 644 libunicows.a \66 xinstall -m 644 ${workpath}/libunicows-${version}/lib/mingw32/libunicows.a \ 68 67 ${destroot}${prefix}/i386-mingw32/lib 69 68 70 cd ${workpath}/libunicows-${version}/docs71 69 xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name} 72 xinstall -m 644 license.txt readme.txt \ 70 xinstall -m 644 ${workpath}/libunicows-${version}/docs/license.txt \ 71 ${workpath}/libunicows-${version}/docs/readme.txt \ 73 72 ${destroot}${prefix}/share/doc/${name} 74 73 } 74 75 # ${prefix}/i386-mingw32 is outside mtree 76 destroot.violate_mtree yes 77
Note: See TracChangeset
for help on using the changeset viewer.