Ticket #14955: libelf-Portfile.2.diff

File libelf-Portfile.2.diff, 476 bytes (added by jstrine@…, 16 years ago)

Patch for libelf Portfile - revision 1

  • Portfile

    old new  
    33
    44name            libelf
    55version         0.8.10
     6revision        1
    67categories      devel
    78maintainers     jstrine@vexate.net
    89description     ELF object file access library
     
    2425configure.args                  --enable-compat
    2526build.pre_args-append           instroot=${destroot}
    2627destroot.pre_args-append        instroot=${destroot}
     28
     29post-destroot {
     30        file delete ${destroot}${prefix}/include/nlist.h
     31}