Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jul 2021 20:50:44 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: 10bc8cb8bfb1 - main - databases/ruby-bdb: Remove USE_RUBY_RDOC and set MAKE_ENV
Message-ID:  <202107152050.16FKoiO3008412@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=10bc8cb8bfb1f6c12892e4064321216335e5b87a

commit 10bc8cb8bfb1f6c12892e4064321216335e5b87a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-07-15 20:35:44 +0000
Commit:     Po-Chuan Hsieh <sunpoet@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107152050.16FKoiO3008412>