diff options
author | Steve Wills <swills@FreeBSD.org> | 2015-04-04 12:16:53 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2015-04-04 12:16:53 +0000 |
commit | 807b9899e29c910dc86fb30e05493bda3e77ce71 (patch) | |
tree | b491f906149961448a2d0e8a750ca208bcd16b1e /textproc | |
parent | 99010fa94069a18842766698c8758ceddf5b51eb (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-deplate/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/textproc/ruby-deplate/Makefile b/textproc/ruby-deplate/Makefile index c52800d1d1f5..454f50ba4cbb 100644 --- a/textproc/ruby-deplate/Makefile +++ b/textproc/ruby-deplate/Makefile @@ -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> |