Subject: Re: newbie pkg question
To: Georges Heinesch <geohei-ml@geohei.lu>
From: Ignatios Souvatzis <is@netbsd.org>
List: port-amiga
Date: 05/03/2001 19:27:40
On Thu, May 03, 2001 at 09:05:26AM +0100, Georges Heinesch wrote:
> What's the difference to your pkg_add way of doing it?
> 
> pkg_add(1) says:
> a utility for installing software package distribution

pkg_add installs binary (precompiled) packages.

with make in pkgsrc, you compile them yourself from source.

	-is