K 10 svn:author V 4 tijl K 8 svn:date V 27 2014-06-02T20:14:24.081502Z K 7 svn:log V 423 Properly respect CFLAGS, LDFLAGS, etc. When building a port with base system make, variables like CC and CFLAGS need to be defined using '=' in the makefile. With '+=' values from make.conf can be picked up. Normally the ports system values for these variables are passed to a configure script which generates a makefile with them. If there's no configure script the makefile has to be patched to use the right values. END