Jeremy Lavergne wrote:
>>> How do I perform a "make -f FILE" in MacPorts?
>>>
>> try something like this:
>>
>> build.dir ${worksrcpath}/src
>> build.args -f makefile.osx
> 
> Thanks for the hints:  Those got me through the build phase.  Doing  
> the same for the destroot phase got me finished.
> 
> Is there a way of combining those 4 lines (since build.dir =  
> destroot.dir, build.args = destroot.args) or must they each be set  
> individually?

The default for destroot.dir is already ${build.dir}.

But there is no default for destroot.args. I am not sure if it would
always make sense to use build.args by default.

Rainer
_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to