From owner-freebsd-ports@FreeBSD.ORG Fri Oct 7 18:45:13 2005 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23ECF16A41F for ; Fri, 7 Oct 2005 18:45:13 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from smtp.unsam.edu.ar (smtp.unsam.edu.ar [170.210.48.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E9CA43D48 for ; Fri, 7 Oct 2005 18:45:10 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (pi.iib.unsam.edu.ar [192.168.10.11]) by smtp.unsam.edu.ar (8.12.6/8.12.6) with ESMTP id j97IiuEN048401; Fri, 7 Oct 2005 15:44:56 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (localhost [127.0.0.1]) by pi.iib.unsam.edu.ar (8.13.1/8.13.1) with ESMTP id j97IgaAw066800; Fri, 7 Oct 2005 15:42:42 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: (from fernan@localhost) by pi.iib.unsam.edu.ar (8.13.1/8.13.1/Submit) id j97IgaSc066798; Fri, 7 Oct 2005 15:42:36 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) X-Authentication-Warning: pi.iib.unsam.edu.ar: fernan set sender to fernan@iib.unsam.edu.ar using -f Date: Fri, 7 Oct 2005 15:42:36 -0300 From: Fernan Aguero To: Kris Kennaway , FreeBSD Ports , Roman Neuhauser Message-ID: <20051007184236.GN45909@iib.unsam.edu.ar> Mail-Followup-To: Kris Kennaway , FreeBSD Ports , Roman Neuhauser References: <20051003184904.GB46117@iib.unsam.edu.ar> <20051004092830.GC1633@isis.sigpipe.cz> <20051004141129.GA61667@xor.obsecurity.org> <20051007181206.GM45909@iib.unsam.edu.ar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051007181206.GM45909@iib.unsam.edu.ar> User-Agent: Mutt/1.5.9i Cc: Subject: Re: make port to install to a different PREFIX X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2005 18:45:13 -0000 +----[ To Kris Kennaway (07.Oct.2005 15:12): | | Maybe I should set CONFIGURE_ARGS absolutely? Right not I'm | using '+=' to set CONFIGURE_ARGS to preserve whatever | bsd.port.mk would like to add here ... | +----] s/Right not/Right now/, of course ;) Fernan