Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Oct 2017 16:10:29 -0700
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        Adam Weinberger <adamw@adamw.org>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: installing into alternate directory?
Message-ID:  <20171013231029.GD98224@troutmask.apl.washington.edu>
In-Reply-To: <38457A3C-7FA0-427E-92E9-84B5CF5A5177@adamw.org>
References:  <20171013220845.GA97308@troutmask.apl.washington.edu> <2A851D87-275A-4858-8E32-D0CF55E45DF9@adamw.org> <20171013224113.GA98224@troutmask.apl.washington.edu> <38457A3C-7FA0-427E-92E9-84B5CF5A5177@adamw.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Oct 13, 2017 at 04:50:54PM -0600, Adam Weinberger wrote:
>
> Don't set it in the environment, pass it directly to make as an
> argument or in make.conf. If things are being searched for in
> PREFIX instead of LOCALBASE, that sounds to me like a bug.
> 

That does work either.  Line wrapped below.

% unsetenv PREFIX
% make PREFIX=/usr/local/octave42 install
...
===>   octave-4.2.1 depends on file: /usr/local/octave42/lib/qt4/bin/linguist
 - not found
qt4-linguist-4.8.7_2: Makefile warning: in desktop entry #1
(/usr/local/octave42/lib/qt4/bin/linguist): field 5 (Categories) must
contain at least one main desktop category (make -VDESKTOP_CATEGORIES_MAIN)

Note that this

/usr/local/octave42/lib/qt4/bin/linguist

is

$PREFIX/lib/qt4/bin/linguist

-- 
Steve



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