different src dirctory question

Nils Vogels nivo+sender+3564cf at yuckfou.org
Sun Jan 25 02:21:43 PST 2004


W.D.McKinney wrote:

>I am moving from Linux to FreeBSD on our servers. I would like to
>install MySQL on on a 4.9 system from ports. How do I tell the make
>commnad to put the src in /usr/local/src ? Something like :
>
># make --srcdest=/usr/local/src 
>  
>
Set the DISTDIR to another directory.

It defaults to ${PORTSDIR}/distfiles, but can be set to what you want.

In your case ..

# make DISTDIR=/usr/local/src

should do the trick.

HTH & HAND,

Nils.

-- 
Simple guidelines to happiness:
Work like you don't need the money,
love like your heart has never been broken and 
dance like no one can see you.



More information about the freebsd-newbies mailing list