From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 11 13:30:20 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C183716A4B3 for ; Sat, 11 Oct 2003 13:30:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 304C143FAF for ; Sat, 11 Oct 2003 13:30:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h9BKUKFY044290 for ; Sat, 11 Oct 2003 13:30:20 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h9BKUJuD044289; Sat, 11 Oct 2003 13:30:19 -0700 (PDT) (envelope-from gnats) Date: Sat, 11 Oct 2003 13:30:19 -0700 (PDT) Message-Id: <200310112030.h9BKUJuD044289@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Scot W. Hetzel" Subject: Re: ports/57870: Missing +INSTALL/+DEINSTALL scripts with package-recursive X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Scot W. Hetzel" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2003 20:30:20 -0000 The following reply was made to PR ports/57870; it has been noted by GNATS. From: "Scot W. Hetzel" To: "FreeBSD-GNATS" Cc: Subject: Re: ports/57870: Missing +INSTALL/+DEINSTALL scripts with package-recursive Date: Sat, 11 Oct 2003 15:18:51 -0500 Currently, the only way to work around this problem is to do the following: 1. Use 'make package-recursive' to create the dependant packages 2. Remove work/.package_done* 3. Use 'make package' to create a correct package for the port. Scot