Ticket #13873: expect-Portfile.diff
File expect-Portfile.diff, 525 bytes (added by ryandesign (Ryan Carsten Schmidt), 17 years ago) |
---|
-
Portfile
44 44 45 45 destroot.destdir INSTALL_ROOT=${destroot} 46 46 47 post-destroot { cd ${destroot}${prefix}/lib 48 system "ln -s libexpect${shortversion}.a libexpect.a" 47 post-destroot { ln -s libexpect${shortversion}.a ${destroot}${prefix}/lib/libexpect.a 49 48 50 49 file mkdir ${destroot}${prefix}/share/doc/${name}/examples 51 50 eval xinstall -m 644 [glob ${worksrcpath}/example/*] \