Make portlint happy
PR: ports/69026 Submitted by: Wesley Shields <wxs@csh.rit.edu>
This commit is contained in:
parent
554d5c2735
commit
1476ef3777
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124041
@ -27,13 +27,13 @@ DOCS_EN= ChangeLog \
|
||||
DOCS_JA= ${RUBY_RD_FILES:M*.ja.rd} \
|
||||
${RUBY_RD_HTML_FILES:M*.ja.html}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/bsearch.rb ${RUBY_SITELIBDIR}/
|
||||
|
||||
post-install: doc-install
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
doc-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_MODDOCDIR}/ja
|
||||
@ -44,3 +44,5 @@ doc-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user