diff options
author | knu <knu@FreeBSD.org> | 2001-05-18 05:16:46 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-05-18 05:16:46 +0800 |
commit | a62ab3c21d49feab313194efc5110e470d051867 (patch) | |
tree | 7d779b81eafab4c47003555beec150835d72329a /lang/ruby-devel/Makefile | |
parent | 5f7dc21297d25fcac72f0cf5ff48ca87d952478f (diff) | |
download | freebsd-ports-gnome-a62ab3c21d49feab313194efc5110e470d051867.tar.gz freebsd-ports-gnome-a62ab3c21d49feab313194efc5110e470d051867.tar.zst freebsd-ports-gnome-a62ab3c21d49feab313194efc5110e470d051867.zip |
Update lang/ruby and lang/ruby-devel to the latest snapshots.
Remove shells/ruby-shell as it is now part of the standard distribution.
(in both Ruby 1.6.4 and 1.7.0)
Mark security/ruby-sha1 broken for Ruby >= 1.7.0, as it is also part of the
standard distribution now.
Diffstat (limited to 'lang/ruby-devel/Makefile')
-rw-r--r-- | lang/ruby-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/ruby-devel/Makefile b/lang/ruby-devel/Makefile index 2edf8f0cbe46..9750862c02ce 100644 --- a/lang/ruby-devel/Makefile +++ b/lang/ruby-devel/Makefile @@ -101,6 +101,8 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/ext/pty/README* ${RUBY_DOCDIR}/pty ${MKDIR} ${RUBY_DOCDIR}/readline ${INSTALL_DATA} ${WRKSRC}/ext/readline/README ${RUBY_DOCDIR}/readline + ${MKDIR} ${RUBY_DOCDIR}/sha1 + ${INSTALL_DATA} ${WRKSRC}/ext/sha1/sha1.txt* ${RUBY_DOCDIR}/sha1 ${CP} -R ${WRKSRC}/doc/* ${RUBY_DOCDIR}/ .endif @${CAT} ${PKGMESSAGE} |