CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2015/02/17 10:18:22
Modified files:
lang/ruby/1.9 : Makefile
lang/ruby/2.0 : Makefile
lang/ruby/2.1 : Makefile
lang/ruby/2.2 : Makefile
Log message:
Add --with-mantype=doc to CONFIGURE_ARGS, to install mdoc manuals
instead of man manuals. Fixes man rake22, which was broken before.
Remove USE_GROFF as mandoc formats the manuals properly.
While here, fix the xargs usage in pre-install to handle cases
where fake is run after being cleaned.
Issue with rake22 man page reported by naddy@
Detailed analysis and --with-mantype=doc change from schwarze@
xargs fix from me