Ticket #35247: curl-install-libcurl-m4.patch
File curl-install-libcurl-m4.patch, 1.3 KB (added by neverpanic (Clemens Lang), 12 years ago) |
---|
-
Portfile
8 8 name curl 9 9 # keep the version in sync with the curl-ca-bundle port 10 10 version 7.26.0 11 revision 1 11 12 categories net www 12 13 maintainers ryandesign 13 14 license curl … … 83 84 84 85 post-destroot { 85 86 set docdir ${prefix}/share/doc/${name} 86 xinstall -d ${destroot}${docdir}/html/libcurl ${destroot}${docdir}/pdf/libcurl 87 xinstall -d ${destroot}${docdir}/html/libcurl ${destroot}${docdir}/pdf/libcurl \ 88 ${destroot}${prefix}/share/aclocal 87 89 xinstall -m 0644 -W ${worksrcpath} \ 88 90 CHANGES \ 89 91 COPYING \ … … 105 107 TheArtOfHttpScripting \ 106 108 VERSIONS \ 107 109 ${destroot}${docdir} 110 xinstall -m 0644 ${worksrcpath}/docs/libcurl/libcurl.m4 \ 111 ${destroot}${prefix}/share/aclocal/ 108 112 eval xinstall -m 0644 [glob ${worksrcpath}/docs/*.html] ${destroot}${docdir}/html 109 113 eval xinstall -m 0644 [glob ${worksrcpath}/docs/libcurl/*.html] ${destroot}${docdir}/html/libcurl 110 114 eval xinstall -m 0644 [glob ${worksrcpath}/docs/*.pdf] ${destroot}${docdir}/pdf