CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]   2011/10/16 01:12:35

Modified files:
        infrastructure/mk: bsd.port.arch.mk bsd.port.mk 

Log message:
- fix position of Makefile.inc include guard to allow arbitrary intermixing of
Makefile.inc and bsd.port.arch.mk without infinite recursion.

- use simpler pattern to test for arch stuff, we just need the values, so
.for A B in ${MACHINE_ARCH} ${ARCH}
is enough and avoids the setting of intermediate variables.

- new PROPERTIES variable that's easy to test with e.g. if ${PROPERTIES:Mapm}

Reply via email to