Subject: Re: build package of already installed packages fails
To: Jeremy C. Reed <reed@reedmedia.net>
From: Blair Sadewitz <blair.sadewitz@gmail.com>
List: pkgsrc-users
Date: 10/22/2007 17:34:27
Another thing you may try is setting USE_DESTDIR=yes (or "full")
(assuming the package supports user-destdir).  Then, when you 'make
package', the package's files will be installed to ${DESTDIR}; thus,
make package will succeed.

I should probably add some stuff about DESTDIR support to the pkgsrc
guide; hopefully I can do that soon.  It's useful in a wide variety of
situations.

Regards,

--Blair