1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

Despite its name, ruby-rd-build runs during the install stage.

Reported by:	antoine
Pointy hat to:	mat
Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2016-06-17 13:23:41 +00:00
parent 9437eb8fc4
commit b09abe9e69
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417012

View File

@ -447,7 +447,7 @@ RUBY_RD_HTML_FILES= ${RUBY_RD_FILES:S/.rb$//:S/.rd././:S/.rd$//:S/$/.html/}
PLIST_SUB+= RUBY_RD_HTML_FILES=""
.if !empty(RUBY_RD_FILES)
_USES_build+= 290:ruby-rd-build
_USES_install+= 290:ruby-rd-build
ruby-rd-build:
@${ECHO_MSG} "===> Generating HTML documents from RD documents"
@cd ${WRKSRC}; for rd in ${RUBY_RD_FILES}; do \