From owner-freebsd-ports@FreeBSD.ORG Thu Mar 29 15:56:53 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5B0D216A400 for ; Thu, 29 Mar 2007 15:56:53 +0000 (UTC) (envelope-from vizion@vizion.occoxmail.com) Received: from dukecmmtao03.coxmail.com (dukecmmtao03.coxmail.com [68.99.120.70]) by mx1.freebsd.org (Postfix) with ESMTP id E5E4013C448 for ; Thu, 29 Mar 2007 15:56:52 +0000 (UTC) (envelope-from vizion@vizion.occoxmail.com) Received: from dukecmmtao03 ([172.18.22.61]) by dukecmmtao03.coxmail.com (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with SMTP id <20070329155651.HSVD12099.dukecmmtao03.coxmail.com@dukecmmtao03>; Thu, 29 Mar 2007 11:56:51 -0400 X-Mailer: Openwave WebEngine, version 2.8.16 (webedge20-101-1106-20040809) From: Vizion Organization: vizion Communications To: Date: Thu, 29 Mar 2007 8:56:52 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20070329155651.HSVD12099.dukecmmtao03.coxmail.com@dukecmmtao03> Cc: freebsd-ports-local@be-well.ilk.org Subject: Re: joomla ports - installation- multiple virtual hosts 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: Thu, 29 Mar 2007 15:56:53 -0000 Vizion writes: > Just wonder if anyone is able to suggest a way of modify the Makefile > so as ro be able to install joomla, from /ports/www/joomla/, into a > chosen directory for a number of virtual hosts. Maybe I'm confused (I did bang my head yesterday), but isn't that exactly what ports(7) defines PREFIX for? I.e., you should be able to set it in the environment without changing the Makefile. I believe you - but I know nothing about it. Does that mean using Prefix I can tell the port to install multiple instances of joomla each one going into a different path - one under each virtual host root? Maybe I am missing something too- unfortunately my head doesn't need banging for that to happen. If so could you give me an example of the command?