textproc/ruby-deplate: mark broken with ruby 2.2 also

While here, fix plist by removing empty directory
This commit is contained in:
Steve Wills 2015-04-04 12:16:53 +00:00
parent 99010fa940
commit 807b9899e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383203

View File

@ -20,4 +20,13 @@ USES= zip
USE_RUBY= yes
USE_RUBY_SETUP= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
post-build:
${RM} -r ${WRKSRC}/lib/deplate/themes/navbar-right.html
.if ${RUBY_VER} >= 2.2
BROKEN= Does not build
.endif
.include <bsd.port.post.mk>