Subject: "make install" for a second time does nothing
To: None <tech-pkg@netbsd.org>
From: Pavel Cahyna <pcah8322@artax.karlin.mff.cuni.cz>
List: tech-pkg
Date: 06/26/2005 14:12:09
Hello,

I discovered that when I do "make install" for package foo, then "sudo
pkg_delete foo", then "make install" again to reinstall it, nothing
happens. (In my case, foo was wip/libxen.)

It seems that the workaround is simple: rm -f work/.install_done .

But this is quite non-intuitive. Could there be a more "intelligent" way
to determine if installing is required? For example, to check
/var/db/pkg/${PKGNAME} ?

Bye	Pavel