Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2002 14:45:11 +0400
From:      Sergei Kolobov <sergei@kolobov.com>
To:        ports@FreeBSD.ORG
Subject:   Re: configuration database confusion
Message-ID:  <20021015104511.GW60024@globcon.net>
In-Reply-To: <200210142352.g9ENqI3a044262@aaz.links.ru>
References:  <20021014211418.GC36236@doublegemini.com> <200210142352.g9ENqI3a044262@aaz.links.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-10-15 at 03:52 +0400, "."@babolo.ru wrote:
> >   2) Where are these ports storing the flag that says
> >      they are already installed?  Any good way to 
> >      reset this flag or have this flag be in the 
> >      /var partition (which is different for each install?)
> ${WRKDIR}/.STAGE_done.NAME-VERSION
> usually ${WRKDIR} is ./work

Here's what I do:

sgk@outpost% grep WRKDIR /etc/make.conf
WRKDIRPREFIX=   /data/ports
WRKDIR=         ${WRKDIRPREFIX}/${PORTNAME}-${PORTVERSION}
sgk@outpost%

Hope this helps.

Sergei

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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