diff options
author | swills <swills@FreeBSD.org> | 2015-04-03 21:33:23 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2015-04-03 21:33:23 +0800 |
commit | ca7e1b7d564f646d03806da4d073a1854f6a6bc7 (patch) | |
tree | 4b1c665990d215393f2d5ddc1e6d0b78167c2e5c /audio | |
parent | 4dfdfc0e6a2b32f8ffd76c493805dca5c3d4e266 (diff) | |
download | freebsd-ports-gnome-ca7e1b7d564f646d03806da4d073a1854f6a6bc7.tar.gz freebsd-ports-gnome-ca7e1b7d564f646d03806da4d073a1854f6a6bc7.tar.zst freebsd-ports-gnome-ca7e1b7d564f646d03806da4d073a1854f6a6bc7.zip |
audio/ruby-smf: mark broken with ruby 2.2
Fix plist while here
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ruby-smf/Makefile | 8 | ||||
-rw-r--r-- | audio/ruby-smf/pkg-plist | 1 |
2 files changed, 8 insertions, 1 deletions
diff --git a/audio/ruby-smf/Makefile b/audio/ruby-smf/Makefile index 2e36242b3df1..8487874a750c 100644 --- a/audio/ruby-smf/Makefile +++ b/audio/ruby-smf/Makefile @@ -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> diff --git a/audio/ruby-smf/pkg-plist b/audio/ruby-smf/pkg-plist index a3bb9d8549bf..8a53bc37be18 100644 --- a/audio/ruby-smf/pkg-plist +++ b/audio/ruby-smf/pkg-plist @@ -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 |