textproc/ruby-htree: convert RUBY_RDOC to expanded form

This commit is contained in:
Steve Wills 2016-09-17 02:07:35 +00:00
parent c1720aa87b
commit 462993e91c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422295

View File

@ -14,7 +14,6 @@ COMMENT= Ruby library to manipulate HTML/XML tree data structure
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: