svn commit: r417738 - head/databases/ruby-bdb

Steve Wills swills at FreeBSD.org
Tue Jun 28 17:05:17 UTC 2016


Author: swills
Date: Tue Jun 28 17:05:16 2016
New Revision: 417738
URL: https://svnweb.freebsd.org/changeset/ports/417738

Log:
  databases/ruby-bdb: Use rdoc included with ruby
  
  With hat:	ruby@

Modified:
  head/databases/ruby-bdb/Makefile

Modified: head/databases/ruby-bdb/Makefile
==============================================================================
--- head/databases/ruby-bdb/Makefile	Tue Jun 28 16:49:40 2016	(r417737)
+++ head/databases/ruby-bdb/Makefile	Tue Jun 28 17:05:16 2016	(r417738)
@@ -23,7 +23,7 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 
 USE_RUBY=		yes
 USE_RUBY_EXTCONF=	yes
-USE_RUBY_RDOC=		yes
+MAKE_ENV+=		RUBY_RDOC=${LOCALBASE}/bin/rdoc
 
 CONFIGURE_ARGS=	--with-db-include=${BDB_INCLUDE_DIR} \
 		--with-db-lib=${BDB_LIB_DIR}


More information about the svn-ports-head mailing list