Ticket #18819: ffcall.diff

File ffcall.diff, 766 bytes (added by blb@…, 15 years ago)

diff to Portfile

  • Portfile

     
    33PortSystem 1.0
    44name                            ffcall
    55version                         1.10
     6revision                        1
    67categories                      devel
    78maintainers                     pguyot@kallisys.net
    89description                     Foreign function call libraries
     
    1819test.target                     check
    1920# configure accepts --infodir, although there is no info pages (yet?).
    2021configure.args          --mandir=${prefix}/share/man \
    21                                         --infodir=${prefix}/share/info
    22  No newline at end of file
     22                                        --infodir=${prefix}/share/info
     23
     24post-destroot {
     25        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     26        eval move [glob ${destroot}${prefix}/share/html/*] \
     27                ${destroot}${prefix}/share/doc/${name}
     28}
     29