On Mar 16, 2007, at 11:17 AM, Takeshi Enomoto wrote:


post-destroot {
    xinstall -d -m 755 ${destroot}${prefix}/share/${name}/
    foreach file [glob -directory ${workpath} *.dat *res] {
        file rename ${file} ${destroot}${prefix}/share/${name}/
file link -symbolic ${destroot}${prefix}/bin/${name} ${prefix}/bin/${name}dods
    }
}

should be:

post-destroot {
    xinstall -d -m 755 ${destroot}${prefix}/share/${name}/
    foreach file [glob -directory ${workpath} *.dat *res] {
        file rename ${file} ${destroot}${prefix}/share/${name}/
    }
   system "ln -s ${prefix}/bin/${name}dods ${prefix}/bin/${name}"
}


I fixed this in r22950, please let me know if now the Portfile looks as you expected it or if there are any problems, I'm happy to chime in and help with my commit bit ;-)

        Regards,...


-jmpp

_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/macports-dev
  • GrADS Takeshi Enomoto
    • Re: GrADS Takeshi Enomoto
      • Re: GrADS Juan Manuel Palacios

Reply via email to