On Sep 29, 2009, at 15:17, Bradley Giesbrecht wrote:

I need to skip configure and make and use the following command instead.

apxs -i -a -c mod_bw.c

How can I do this?

You could do:

use_configure no
build {
    system "apxs -i -a -c mod_bw.c"
}


And then I would move my files into distroot manually, right?

Presumably.

_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to