From owner-freebsd-questions@FreeBSD.ORG Fri May 14 10:56:40 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE96E16A4CE for ; Fri, 14 May 2004 10:56:40 -0700 (PDT) Received: from mcp.lphp.org (ASt-Lambert-152-2-1-166.w82-120.abo.wanadoo.fr [82.120.207.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id C520743D55 for ; Fri, 14 May 2004 10:56:39 -0700 (PDT) (envelope-from ajacoutot@lphp.org) Received: from bsdbox.lphp.local (bsdbox.lphp.local [192.168.0.2]) by mcp.lphp.org (8.12.10/8.12.10) with ESMTP id i4EHucDG060188; Fri, 14 May 2004 19:56:38 +0200 (CEST) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: freebsd-questions@freebsd.org Date: Fri, 14 May 2004 19:56:37 +0200 User-Agent: KMail/1.6.2 References: <200405141317.12923.fbsd-questions@trini0.org> <200405141926.40456.ajacoutot@lphp.org> <40A506E2.4070709@volja.net> In-Reply-To: <40A506E2.4070709@volja.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405141956.37809.ajacoutot@lphp.org> cc: Android66 Subject: Re: The correct way to run "make" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 May 2004 17:56:40 -0000 On Friday 14 May 2004 19:50, Android66 wrote: > Often you need to specify values, like for postgresql: > > make PREFIX=/some/other/dir I've never used PREFIX as a make option. I always use the default which usually is /usr/local (otherwise, I think it is defined in the port Makefile). Antoine