mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
audio/ruby-smf: mark broken with ruby 2.2
Fix plist while here
This commit is contained in:
parent
675503c1c5
commit
5536a24e22
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383121
@ -30,4 +30,10 @@ post-install:
|
||||
${INSTALL_DATA} ${DOCS_EN:S,^,${WRKSRC}/,} ${STAGEDIR}${RUBY_MODDOCDIR}/en/
|
||||
${INSTALL_DATA} ${DOCS_JA:S,^,${WRKSRC}/,} ${STAGEDIR}${RUBY_MODDOCDIR}/ja/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${RUBY_VER} >= 2.2
|
||||
BROKEN= Does not build
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -19,6 +19,7 @@
|
||||
%%RUBY_SITELIBDIR%%/smf/toy/velcomp.rb
|
||||
%%RUBY_SITELIBDIR%%/smf/toy/virtual.rb
|
||||
%%RUBY_SITELIBDIR%%/smf/toy/xml.rb
|
||||
%%RUBY_MODEXAMPLESDIR%%/xml2smf.rb
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/en/MANUAL.en
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/en/MANUAL.en.html
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/en/MANUAL.en.rd
|
||||
|
Loading…
Reference in New Issue
Block a user