Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Sep 2016 02:07:35 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422295 - head/textproc/ruby-htree
Message-ID:  <201609170207.u8H27ZQb025616@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sat Sep 17 02:07:35 2016
New Revision: 422295
URL: https://svnweb.freebsd.org/changeset/ports/422295

Log:
  textproc/ruby-htree: convert RUBY_RDOC to expanded form

Modified:
  head/textproc/ruby-htree/Makefile

Modified: head/textproc/ruby-htree/Makefile
==============================================================================
--- head/textproc/ruby-htree/Makefile	Sat Sep 17 01:53:29 2016	(r422294)
+++ head/textproc/ruby-htree/Makefile	Sat Sep 17 02:07:35 2016	(r422295)
@@ -14,7 +14,6 @@ COMMENT=	Ruby library to manipulate HTML
 OPTIONS_DEFINE=	DOCS
 
 USE_RUBY=	yes
-USE_RUBY_RDOC=		yes
 
 LIB_FILES=	htree.rb htree
 
@@ -27,7 +26,7 @@ PORTDOCS=	*
 
 do-build:
 .if ${PORT_OPTIONS:MDOCS}
-	cd ${BUILD_WRKSRC}; ${RUBY_RDOC} ${LIB_FILES}
+	cd ${BUILD_WRKSRC}; ${LOCALBASE}/bin/rdoc${RUBY_VER:S/.//} ${LIB_FILES}
 .endif
 
 do-install:



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