Ticket #19968: Portfile.diff
File Portfile.diff, 574 bytes (added by adfernandes (Andrew Fernandes), 15 years ago) |
---|
-
Portfile
old new 4 4 5 5 name boost 6 6 version 1.39.0 7 revision 1 7 8 categories devel 8 9 maintainers gmail.com:sanchom 9 10 description Collection of portable C++ source libraries … … 71 72 eval destroot.args ${build.args} 72 73 } 73 74 75 post-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 74 80 set pythons_suffixes {24 25 26} 75 81 76 82 set pythons_ports {}