Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 May 2002 06:01:49 +0900
From:      SADA Kenji <sada@bsdclub.org>
To:        ports@FreeBSD.ORG
Cc:        grisha@ispol.com
Subject:   Re: How to make packages and dependency packages
Message-ID:  <20020511060149.2f4df0fc.sada@bsdclub.org>
In-Reply-To: <3CDC1E3F.F581848@FreeBSD.org>
References:  <Pine.BSF.4.32.0205101458170.75225-100000@localhost> <3CDC1E3F.F581848@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 10 May 2002 22:23:43 +0300
Maxim Sobolev <sobomax@FreeBSD.ORG> wrote:

> # cd /usr/ports/somecat/someport ; for dir in `make package-depends |
> awk '{print $2}'`; do cd $dir; make package; done

I do it as:

# make package DEPENDS_TARGET=package

(yes, depending ports should not be installed in this case)

--
SADA Kenji <sada@bsdclub.org>

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?20020511060149.2f4df0fc.sada>