From owner-freebsd-questions Thu Jul 19 8:36:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.102.114]) by hub.freebsd.org (Postfix) with ESMTP id EAB4E37B406 for ; Thu, 19 Jul 2001 08:36:45 -0700 (PDT) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.11.3/8.11.0) id f6JFaes41533; Thu, 19 Jul 2001 08:36:40 -0700 (PDT) (envelope-from mph) Date: Thu, 19 Jul 2001 05:36:40 -1000 From: Matthew Hunt To: Jonathan Hilgeman Cc: "'freebsd-questions@FreeBSD.ORG'" Subject: Re: Bash install also installs seti@home??? Message-ID: <20010719053640.A41402@wopr.caltech.edu> References: <5D90F61EB6FDD411836500508B137F1A2689A0@mailsvr.ecx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <5D90F61EB6FDD411836500508B137F1A2689A0@mailsvr.ecx.com>; from JHilgeman@ecx.com on Thu, Jul 19, 2001 at 08:25:48AM -0700 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 On Thu, Jul 19, 2001 at 08:25:48AM -0700, Jonathan Hilgeman wrote: > I just did an install of FreeBSD-4.2-RELEASE and was trying to install the > bash shell. So I went into /usr/ports and typed: > > make install bash2 You're telling it to make the "install" target, and then the "bash2" target. In the /usr/ports directory, the "install" target installs all the ports. After doing that, it would tell you that there is no "bash2" target. What you want is: # cd /usr/ports/shells/bash2 # make install -- Matthew Hunt * Clearly there are more things in the http://www.pobox.com/~mph/ * heavens than anyone anticipated. -enp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message