Makefile question

Kövesdán Gábor gabor.kovesdan at t-hosting.hu
Mon Jun 13 17:24:49 GMT 2005


Hello,

I'm trying to make a new port, but the software I'm porting has an 
awkward configure script, and when I run ./configure --prefix=/usr/local 
then every file goes to directly to /usr/local not to /usr/local/bin, 
/usr/local/etc, ...
Thus I would like to install it into /usr/local/appname.
I wrote to my Makefile:

GNU_CONFIGURE=  YES
CONFIGURE_ARGS= --prefix=${PREFIX}/appname

But the situation is the same. Everything goes directly to /usr/local, 
as if I wrote just --prefix=${PREFIX}.

What can I do now?

Cheers,

Gábor Kövesdán



More information about the freebsd-questions mailing list