After build I need to:

cd ${worksrcpat}/driver
/usr/bin/gcc blah blah

I'm currently doing:

post-build {
  system "cd ${worksrcpath}/driver"
  system "CC=/usr/bin/gcc \$CC -bundle ...."
}


Is there a better way?

Does anyone have an example port that does something similar for me to look at?


// Brad
_______________________________________________
macports-dev mailing list
macports-dev@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to