Ticket #13873: expect-Portfile.diff

File expect-Portfile.diff, 525 bytes (added by ryandesign (Ryan Carsten Schmidt), 16 years ago)
  • Portfile

     
    4444
    4545destroot.destdir        INSTALL_ROOT=${destroot}
    4646
    47 post-destroot           { cd ${destroot}${prefix}/lib
    48                           system "ln -s libexpect${shortversion}.a libexpect.a"
     47post-destroot           { ln -s libexpect${shortversion}.a ${destroot}${prefix}/lib/libexpect.a
    4948
    5049                        file mkdir ${destroot}${prefix}/share/doc/${name}/examples
    5150                        eval xinstall -m 644 [glob ${worksrcpath}/example/*] \