From owner-freebsd-questions Sun Feb 24 17:32:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from phnxpop9.phnx.uswest.net (phnxpop9.phnx.uswest.net [206.80.192.9]) by hub.freebsd.org (Postfix) with SMTP id 489F937B405 for ; Sun, 24 Feb 2002 17:32:54 -0800 (PST) Received: (qmail 67643 invoked by uid 0); 25 Feb 2002 01:33:04 -0000 Received: from udialup21.phnx.uswest.net (HELO broken) (209.181.104.21) by phnxpop9.phnx.uswest.net with SMTP; 25 Feb 2002 01:33:04 -0000 Date: Sun, 24 Feb 2002 18:48:47 -0700 Message-ID: <005a01c1bd9e$91619b20$0a00a8c0@broken> From: "Dan Trainor" To: freebsd-questions@FreeBSD.ORG Subject: RE: Installing ports in multiplplaces MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-Mimeole: Produced By Microsoft MimeOLE V5.50.4807.1700 In-Reply-To: <3C7993D0.6070708@owt.com> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG How about... mount /usr/ports/distfiles via NFS, and install all from there? That's what I do, anyway. -dt -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Kent Stewart Sent: Sunday, February 24, 2002 6:31 PM To: Morten Grunnet Buhl Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Installing ports in multiplplaces Morten Grunnet Buhl wrote: > Hey y'all > Does anyone know if its possible to intall a port in multiple places. > > 'make install DESTDIR=/nfs/machine1 /nfs/machine2 /nfs/machine3 /' > > or do I have to make separat installs for every DESTDIR? > > any help is greatly appreciated. I do a "make package clean" instead of "make install clean" on the system doing the build. Then, I pkg_add the package on the other systems. Your way may work. I seem to encounter path problems when I do something like that and the pkg_add was always clean. Kent > > Morten. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > . > > -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message