Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jun 2005 19:24:37 +0200
From:      =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= <gabor.kovesdan@t-hosting.hu>
To:        freebsd-ports@freebsd.org,  freebsd-questions@freebsd.org
Subject:   Makefile question
Message-ID:  <42ADC155.10304@t-hosting.hu>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42ADC155.10304>