diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-05 09:01:29 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-05 09:01:29 +0000 |
commit | 84f46899bb70c24e4a18f1138d6b9acf4f7bb7fe (patch) | |
tree | 9404327b7dcb886742a81afabb57f3481912b47e /devel | |
parent | 22517d8491948924a4dadde67a6a4a0aa5444981 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-rbtree/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/ruby-rbtree/Makefile b/devel/ruby-rbtree/Makefile index e6cc6cfaebcb..075a4ecbcd27 100644 --- a/devel/ruby-rbtree/Makefile +++ b/devel/ruby-rbtree/Makefile @@ -23,6 +23,8 @@ INSTALL_TARGET= site-install # MIT license DOCS= ChangeLog LICENSE README +BROKEN= Checksum mismatch + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODDOCDIR} |