git: 10bc8cb8bfb1 - main - databases/ruby-bdb: Remove USE_RUBY_RDOC and set MAKE_ENV

Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jul 15 20:50:49 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=10bc8cb8bfb1f6c12892e4064321216335e5b87a

commit 10bc8cb8bfb1f6c12892e4064321216335e5b87a
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-15 20:35:44 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-15 20:47:43 +0000

    databases/ruby-bdb: Remove USE_RUBY_RDOC and set MAKE_ENV
---
 databases/ruby-bdb/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/databases/ruby-bdb/Makefile b/databases/ruby-bdb/Makefile
index 5341f515bf80..7657b9f886ff 100644
--- a/databases/ruby-bdb/Makefile
+++ b/databases/ruby-bdb/Makefile
@@ -22,12 +22,12 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 USES=		bdb shebangfix tar:bzip2
 USE_RUBY=		yes
 USE_RUBY_EXTCONF=	yes
-USE_RUBY_RDOC=		yes
 
 ALL_TARGET=	all rdoc
 CONFIGURE_ARGS=	--with-db-include=${BDB_INCLUDE_DIR} \
 		--with-db-lib=${BDB_LIB_DIR}
 INSTALL_TARGET=	site-install
+MAKE_ENV=	RUBY_RDOC=${LOCALBASE}/bin/rdoc
 
 DOCS=		Changes README.en bdb.rd docs/*.rd
 DOCSDIR=	${RUBY_MODDOCDIR}


More information about the dev-commits-ports-all mailing list