Why does bsd.port.mk override make's search for Makefiles...?

Chuck Swiger cswiger at mac.com
Fri Jul 9 09:48:06 PDT 2004


Oliver Eikemeier wrote:
> Will Andrews wrote:
> 
>> Perhaps the best thing to do might be to replace the b.p.m code:
>>
>> .if defined(MAKE_FILE)
>> MAKE_FLAGS?=    -f ${MAKE_FILE}
>> .endif
>>
>> (Note this affects PR #30331[1], which I was working on some time
>> ago and really need to finish.)
>>
>> [1] http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/30331
> 
> Go Will, go, go, go! The crowd cheers.

Heh, thanks for the laugh.  :-)  But I suspect the above should be:

.if defined(MAKEFILE)
MAKE_FLAGS?=    -f ${MAKEFILE}
.endif

-- 
-Chuck



More information about the freebsd-ports mailing list