mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 11:48:35 -04:00
audio/ruby-taglib: remove use of RUBY_RD_FILES
PR: 210665
This commit is contained in:
parent
07f40a1fa5
commit
c4416e7998
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422197
1 changed files with 3 additions and 5 deletions
|
@ -22,16 +22,14 @@ NO_BUILD= yes
|
|||
USE_RUBY= yes
|
||||
USES= tar:bzip2
|
||||
|
||||
RUBY_RD_FILES= taglib.rb
|
||||
|
||||
DOCS= README
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${RUBY_SITELIBDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/lib/taglib.rb ${STAGEDIR}${RUBY_SITELIBDIR}
|
||||
|
||||
do-install-DOCS-on:
|
||||
${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}
|
||||
${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${RUBY_MODDOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${RUBY_MODDOCDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue