CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2012/01/21 07:44:40
Modified files:
infrastructure/mk: bsd.port.subdir.mk bsd.port.mk
Log message:
prevent some errors I've run into recently
- add ERRORS framework to bsd.port.subdir.mk
- trying to add a FLAVOR or a SUBPACKAGE to an intermediate SUBDIR is an
error (see editors/vim-spell,af recently)
- re-including bsd.port.mk/bsd.port.subdir.mk after either of them is an
error (can happen when one moves stuff to Makefile.inc without really thinking
about it, ends up with PKG_ARGS holding some contents twice and make package
erroring out with duplicate contents)