CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/09/11 13:59:04
Modified files:
lang/ruby : ruby.port.mk
Log message:
Further simplify ruby.port.mk
* Remove variables not used by any ports in the tree:
* MODRUBY_LIBDIR
* MODRUBY_RELDOCDIR
* MODRUBY_DOCDIR
* MODRUBY_EXAMPLEDIR
* MODRUBY_ADJ_REPLACE
* MODRUBY_TEST_DIR
* Prefix internal variables with an underscore. Any variable
not currently used by any ports in the tree has been made
internal.
* Consolidate all SUBST_VARS and UPDATE_PLIST_ARGS setting to
a single case.
Tested by building all ports using lang/ruby module.