Removing configure options

Rainer Müller raimue at macports.org
Tue Jun 9 17:45:38 PDT 2009


On 2009-06-10 02:37, Scott Haneda wrote:
> I need make, but not make install.  xinstall is failing, because make  
> install was not ran, so the binary of ${worksrcpath}/rbldnsd does not  
> yet exist.
> 
> Suggestions?

The default build phase runs 'make', the default destroot phase runs
'make install'.

It sounds like you don't want to overwrite build at all here. And as you
have already overwritten destroot, 'make install' will not be run.

Rainer


More information about the macports-dev mailing list