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

     
    88name                        curl
    99# keep the version in sync with the curl-ca-bundle port
    1010version                     7.26.0
     11revision                    1
    1112categories                  net www
    1213maintainers                 ryandesign
    1314license                     curl
     
    8384
    8485post-destroot {
    8586    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
    8789    xinstall -m 0644 -W ${worksrcpath} \
    8890        CHANGES \
    8991        COPYING \
     
    105107        TheArtOfHttpScripting \
    106108        VERSIONS \
    107109        ${destroot}${docdir}
     110    xinstall -m 0644 ${worksrcpath}/docs/libcurl/libcurl.m4 \
     111        ${destroot}${prefix}/share/aclocal/
    108112    eval xinstall -m 0644 [glob ${worksrcpath}/docs/*.html] ${destroot}${docdir}/html
    109113    eval xinstall -m 0644 [glob ${worksrcpath}/docs/libcurl/*.html] ${destroot}${docdir}/html/libcurl
    110114    eval xinstall -m 0644 [glob ${worksrcpath}/docs/*.pdf] ${destroot}${docdir}/pdf