33 | | post-destroot { cd ${worksrcpath} |
34 | | system "install -m 755 -d \ |
35 | | ${destroot}${prefix}/include" |
36 | | system "install -m 755 -d \ |
37 | | ${destroot}${prefix}/lib" |
38 | | system "install -m 644 -c \ |
39 | | shapefil.h ${destroot}${prefix}/include" |
40 | | system "install -m 644 -c \ |
41 | | shapefil.h ${destroot}${prefix}/include" |
42 | | system "install -m 644 -c \ |
43 | | libshp.${version}.dylib ${destroot}${prefix}/lib" |
| 33 | post-destroot { |
| 34 | xinstall -m 755 -d \ |
| 35 | ${destroot}${prefix}/include |
| 36 | xinstall -m 755 -d \ |
| 37 | ${destroot}${prefix}/lib |
| 38 | xinstall -m 644 -c -W ${worksrcpath} \ |
| 39 | shapefil.h ${destroot}${prefix}/include |
| 40 | xinstall -m 644 -c -W ${worksrcpath} \ |
| 41 | libshp.${version}.dylib ${destroot}${prefix}/lib |