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.