CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2017/02/20 06:45:17
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
remove quite a few old targets, introduce a new one
- 'prepare' is what gets dependencies in place to build a port
- install-depends is what the install/update cookies do internally
before installing a port.
older / intermediate targets are not really needed, namely:
build-depends, run-depends, runlib-depends, runwantlib-depends,
lib-depends, buildlib-depends, buildwantlib-depends
They redirect to cookies, so just depend on the cookies directly
okay aja@, sthen@