[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: setting target in ports build
On Wed, Jun 02, 2004 at 05:34:54PM +0000, blastum@comcast.net wrote:
> How does one specify a target for a build in the ports tree?
>
> For example, I want to build mysql-server-4.0.18. I can go to
> /usr/ports/db/mysql, but a build there only builds mysql-client-4.0.18.
>
> Apologies. If it's in the faq, please feel free to beat me with the
> section number.
>
> James
Either installing the resulting server package manually or using this
commandline will get you what you want...
env SUBPACKAGE=-server make install
// Brad