Date: Thu, 15 Jul 2021 20:50:43 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 66151345cf07 - main - Mk/bsd.ruby.mk: Clean up USE_RUBY_RDOC Message-ID: <202107152050.16FKohxO008388@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=66151345cf078a305265d0674571be398ed4b193 commit 66151345cf078a305265d0674571be398ed4b193 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-07-15 20:35:43 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-07-15 20:47:43 +0000 Mk/bsd.ruby.mk: Clean up USE_RUBY_RDOC USE_RUBY_RDOC is only used in 1 port (databases/ruby-bdb). --- Mk/bsd.ruby.mk | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Mk/bsd.ruby.mk b/Mk/bsd.ruby.mk index f82db34a2e38..a70cc4cab026 100644 --- a/Mk/bsd.ruby.mk +++ b/Mk/bsd.ruby.mk @@ -37,7 +37,6 @@ Ruby_Include_MAINTAINER= ruby@FreeBSD.org # build. # RUBY_SETUP - Set to the alternative name of setup.rb # (default: setup.rb). -# USE_RUBY_RDOC - Says that the port uses rdoc to generate documents. # RUBY_REQUIRE - Set to a Ruby expression to evaluate before building # the port. The constant "Ruby" is set to the integer # version number of ruby, and the result of the @@ -294,10 +293,6 @@ PLIST_SUB+= ${PLIST_RUBY_DIRS:C,DIR="(${LOCALBASE}|${PREFIX})/,DIR=",} \ RUBY27=${RUBY27} \ RUBY30=${RUBY30} -.if defined(USE_RUBY_RDOC) -MAKE_ENV+= RUBY_RDOC=${RUBY_RDOC} -.endif - # require check .if defined(RUBY_REQUIRE) USE_RUBY= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107152050.16FKohxO008388>