Date: Sun, 24 Feb 2002 17:30:56 -0800 From: Kent Stewart <kstewart@owt.com> To: Morten Grunnet Buhl <nemo@rudiment.dk> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Installing ports in multiplplaces Message-ID: <3C7993D0.6070708@owt.com> References: <Pine.LNX.4.31.0202242332280.30510-100000@rudiment.dk>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C7993D0.6070708>