Subject: Re: bin-install and package targets
To: Hubert Feyrer <hubert@feyrer.de>
From: =?UTF-8?Q?C=C3=A9sar_Catri=C3=A1n?= C. <ccatrian@eml.cc>
List: tech-pkg
Date: 06/24/2005 13:13:00
On Fri, 24 Jun 2005 18:40:31 +0200 (CEST)
Hubert Feyrer <hubert@feyrer.de> wrote:
> On Fri, 24 Jun 2005, D'Arcy J.M. Cain wrote:
> >> make package / make install
> >
> > What does that do if it has to install dependent packages?
>
> use $DEPENDS_TARGET - bsd.pk.mk to see if the install/package is passed
> on, I forgot.
>
>
> - Hubert
In fact, that's my case, using bin-install as a DEPENDS_TARGET, but the normal
behaviour of bin-install is - install the local available package - or - fetch
it from the net.
I would like to make a package if a local package doesn't exist.
César