Changeset 141385
- Timestamp:
- Oct 17, 2015, 2:02:12 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/textproc/libxl/Portfile
r135989 r141385 5 5 6 6 name libxl 7 version 3.6. 2.07 version 3.6.4.0 8 8 set branch [join [lrange [split ${version} .] 0 2] .] 9 9 categories textproc … … 21 21 distfiles libxl-mac-${branch}${extract.suffix} 22 22 23 checksums rmd160 55a935c14324bdaadebd2a1c272a22b9acbd1d23\24 sha256 9d7209b4f31d86f7222b3e06d1e076a5ecf4530e3f366d42b3b320a3ec0853d923 checksums rmd160 0c944b934d31117a4e017272ec545d124a4bd24c \ 24 sha256 f408b6962f69216f1e03565e01f75fea05a6e728c62b9891c2f8c05f0f8bf2aa 25 25 26 26 worksrcdir libxl-mac-${version} … … 55 55 copy ${worksrcpath}/include_cpp ${destroot}${prefix}/include/libxl-cpp 56 56 57 xinstall -d ${destroot}${prefix}/share/doc ${destroot}${prefix}/share/examples57 xinstall -d ${destroot}${prefix}/share/doc 58 58 copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${subport} 59 59 xinstall -W 644 -W ${worksrcpath} changelog.txt license.txt readme.txt ${destroot}${prefix}/share/doc/${subport} 60 copy ${worksrcpath}/examples ${destroot}${prefix}/share/ examples/${subport}60 copy ${worksrcpath}/examples ${destroot}${prefix}/share/doc/${subport}/ 61 61 } 62 62
Note: See TracChangeset
for help on using the changeset viewer.