Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jun 2005 10:30:19 +0200
From:      Roman Neuhauser <neuhauser@sigpipe.cz>
To:        =?iso-8859-2?Q?K=F6vesd=E1n_G=E1bor?= <gabor.kovesdan@t-hosting.hu>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Makefile question
Message-ID:  <20050614083019.GC1691@isis.sigpipe.cz>
In-Reply-To: <42ADC155.10304@t-hosting.hu>
References:  <42ADC155.10304@t-hosting.hu>

next in thread | previous in thread | raw e-mail | index | archive | help
# gabor.kovesdan@t-hosting.hu / 2005-06-13 19:24:37 +0200:
> 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?

    What software is this? I'd like to take a look at the configure
    script.

-- 
How many Vietnam vets does it take to screw in a light bulb?
You don't know, man.  You don't KNOW.
Cause you weren't THERE.             http://bash.org/?255991



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