Subject: Re: export and packages
To: Ryan La Riviere <larz@cbis.ece.drexel.edu>
From: Dave Huang <khym@azeotrope.org>
List: port-mac68k
Date: 11/30/2001 17:30:08
On Fri, 30 Nov 2001, Ryan La Riviere wrote:
> I was reading the instructions from the CD: INSTALL.html
>
> they had: export PKG_PATH=[ftp address]
> then: pkg_add -v [package name]

Ah, okay... I guess it'd be nice if it mentioned the csh way of doing
things, since that's root's default shell on NetBSD :)

setenv PKG_PATH [ftp address]
pkg_add -v [package name]

should do the trick then...