From owner-freebsd-ports Fri May 10 14: 2: 5 2002 Delivered-To: freebsd-ports@freebsd.org Received: from bf.wakwak.com (bf.wakwak.com [211.132.128.101]) by hub.freebsd.org (Postfix) with ESMTP id 67E7237B41C for ; Fri, 10 May 2002 14:01:53 -0700 (PDT) Received: from bsdclub.org (sada.as.wakwak.ne.jp [61.115.78.20]) by bf.wakwak.com (8.11.6/8.11.6/2002-03-12) with SMTP id g4AL1nl04720; Sat, 11 May 2002 06:01:51 +0900 (JST) (envelope-from sada@bsdclub.org) Date: Sat, 11 May 2002 06:01:49 +0900 From: SADA Kenji 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: <3CDC1E3F.F581848@FreeBSD.org> Organization: Private X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-portbld-freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 10 May 2002 22:23:43 +0300 Maxim Sobolev 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message