Ticket #32581: reduce-algebra-config.guess.diff
File reduce-algebra-config.guess.diff, 878 bytes (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
Portfile
6 6 name reduce-algebra 7 7 svn.revision 1530 8 8 version 3.8.0-r${svn.revision} 9 revision 1 9 10 categories math 10 11 platforms darwin 11 12 license BSD … … 54 55 xinstall -d ${destroot}${dest_dir}/scripts 55 56 eval copy [glob ${worksrcpath}/scripts/*] ${destroot}${dest_dir}/scripts 56 57 57 xinstall ${worksrcpath}/config.guess ${destroot}${dest_dir} 58 set fp [open ${destroot}${dest_dir}/config.guess w] 59 puts $fp "#!/bin/sh" 60 puts $fp "echo [exec ${worksrcpath}/config.guess]" 61 close $fp 62 file attributes ${destroot}${dest_dir}/config.guess -permissions a+x 58 63 } 59 64 60 65 variant html description {Install documentation in HTML format} {