Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jul 2001 05:36:40 -1000
From:      Matthew Hunt <mph@astro.caltech.edu>
To:        Jonathan Hilgeman <JHilgeman@ecx.com>
Cc:        "'freebsd-questions@FreeBSD.ORG'" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Bash install also installs seti@home???
Message-ID:  <20010719053640.A41402@wopr.caltech.edu>
In-Reply-To: <5D90F61EB6FDD411836500508B137F1A2689A0@mailsvr.ecx.com>; from JHilgeman@ecx.com on Thu, Jul 19, 2001 at 08:25:48AM -0700
References:  <5D90F61EB6FDD411836500508B137F1A2689A0@mailsvr.ecx.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <mph@astro.caltech.edu> * 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010719053640.A41402>