>>Can someone tell me what's the preferred way to add custom configure >>args for building an individual package, but without modifying >>/etc/mk.conf (so that it applies only that time)? > > > Um, pass things in the environment? You mean, CONFIGURE_ARGS=--my-arg make install clean ? Won't this clobber other settings? mortee