Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Feb 2006 15:38:08 +0200
From:      Vasil Dimov <vd@FreeBSD.org>
To:        Anders Troback <freebsd@troback.com>
Cc:        ports@freebsd.org
Subject:   Re: PREFIX problems...
Message-ID:  <20060210133808.GB65207@qlovarnika.bg.datamax>
In-Reply-To: <20060210140902.2d64db73@server25.gelita.swe>
References:  <20060210124509.69332182@server25.gelita.swe> <20060210122601.GA64449@qlovarnika.bg.datamax> <20060210140902.2d64db73@server25.gelita.swe>

next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Fri, Feb 10, 2006 at 02:09:02PM +0100, Anders Troback wrote:
> On Fri, 10 Feb 2006 14:26:01 +0200
> Vasil Dimov <vd@FreeBSD.org> wrote:
...
> > PREFIX?=	${LOCALBASE}/bigsister
> > CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
> > CONFIGURE_ARGS=	--with-cgi=${BS_CGI_PATH} \
> > 		--with-perlext=${BS_PERL_EXT} \
> > 		--with-url=${BS_URL} \
> > 		--with-user=${BS_USER}
...
> 
> That fixed it!
> 
> Is this a "legal" way to go?

Well, it is good for a port to install in LOCALBASE in general. Why do
you want to install in ${LOCALBASE}/bigsister? If it conflicts with
files installed by other ports you may look for --program-prefix (or
something) argument to the configure script or use CONFLICTS=
If these are not applicable then install in ${LOCALBASE}/bigsister

Otherwise this is a "legal" substitution of your variant:
CONFIGURE_ARGS=--prefix=${PREFIX}/bigsister

- -- 
Vasil Dimov
-----BEGIN PGP SIGNATURE-----

iD8DBQFD7JdAFw6SP/bBpCARArvuAJ0WkEa0KkzBab4SzfqG45uas31eBgCfXRgM
5wYZJX6jY/OQU7in7ZoYePI=
=hKp7
-----END PGP SIGNATURE-----



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