Ticket #22577: Portfile.patch

File Portfile.patch, 433 bytes (added by mail@…, 14 years ago)

Patch for Portfile

  • Portfile.

    old new  
    3131use_configure       no
    3232
    3333destroot {
    34   xinstall libsqlitewrapped.a ${destroot}${prefix}/lib
    35   xinstall libsqlitewrapped.h ${destroot}${prefix}/include
     34  xinstall ${worksrcpath}/libsqlitewrapped.a ${destroot}${prefix}/lib
     35  xinstall ${worksrcpath}/libsqlitewrapped.h ${destroot}${prefix}/include
    3636}
    3737