CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2016/02/29 13:46:54
Modified files:
lang/ruby : Makefile.inc
lang/ruby/1.8 : Makefile
lang/ruby/2.0 : Makefile
lang/ruby/2.1 : Makefile
lang/ruby/2.2 : Makefile
lang/ruby/2.3 : Makefile
Log message:
Make dpb not try to build -ri_docs subpackages on slow arches
The previous way was bogus. Use bsd.port.arch.mk to remove
MULTI_PACKAGES instead of having the lack of no_* FLAVOR add them.
Change the no_x11 PSUEDO_FLAVOR to no_tk, since what it does is turn
off the -tk subpackage.
Remove post-install target from Makefile.inc, and use a manually
post-install in every version. This is necessary due to
bsd.port.arch.mk usage.
Noticed by tobiasu@
Guidance from espie@