Ticket #19968: Portfile.diff

File Portfile.diff, 574 bytes (added by adfernandes (Andrew Fernandes), 15 years ago)
  • Portfile

    old new  
    44
    55name                    boost
    66version                 1.39.0
     7revision        1
    78categories              devel
    89maintainers             gmail.com:sanchom
    910description             Collection of portable C++ source libraries
     
    7172        eval destroot.args      ${build.args}
    7273}
    7374
     75post-destroot {
     76    set install_version [join [lrange [split ${version} .] 0 1] _]
     77    system "ln -sv boost-${install_version}/boost ${destroot}${prefix}/include/boost"
     78}
     79
    7480set pythons_suffixes {24 25 26}
    7581
    7682set pythons_ports {}