Subject: Re: pkgsrc and update
To: Jeremy C.Reed <reed@reedmedia.net>
From: Brian McEwen <bmcewen@comcast.net>
List: netbsd-users
Date: 07/25/2005 13:56:01
On Jul 25, 2005, at 1:17 PM, Jeremy C. Reed wrote:

>> so my routine looks like:
>>
>> make install foo
>> pkg_tarup foo
>>
>
> "make package" works too (unless you did a make clean).


Actually, that used to fail if the pkg was already installed, since  
installing is part of the process, I'd get a halt and a "you must do  
a pkg_delete and reinstall for ..."

But it works great if you don't have the thing built yet.

Unless they changed the behaviour?

B