Ticket #14955: libelf-Portfile.diff

File libelf-Portfile.diff, 320 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago)
  • Portfile

    old new  
    2424configure.args                  --enable-compat
    2525build.pre_args-append           instroot=${destroot}
    2626destroot.pre_args-append        instroot=${destroot}
     27
     28post-destroot {
     29        file delete ${destroot}${prefix}/include/nlist.h
     30}