aboutsummaryrefslogtreecommitdiff
path: root/lang/ruby25
diff options
context:
space:
mode:
authorKoichiro Iwao <meta@FreeBSD.org>2019-04-02 08:02:30 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2019-04-02 08:02:30 +0000
commit7e9e8d963e36be1ba2119a714568b86753765ea4 (patch)
tree34d25b7c6327222dd5259794af73c3ee9ac1991c /lang/ruby25
parent2af41950cfadcd426377c4934f99e0e1818c3df9 (diff)
Notes
Diffstat (limited to 'lang/ruby25')
-rw-r--r--lang/ruby25/Makefile4
-rw-r--r--lang/ruby25/pkg-message2
2 files changed, 2 insertions, 4 deletions
diff --git a/lang/ruby25/Makefile b/lang/ruby25/Makefile
index b12812b22d01..2b1b7f85fe13 100644
--- a/lang/ruby25/Makefile
+++ b/lang/ruby25/Makefile
@@ -133,11 +133,9 @@ RB_SET_CONF_VAR=${SH} -c '${REINPLACE_CMD} -E -e "s,(CONFIG\[\"$$0\"\][[:space:]
post-patch:
@${FIND} ${WRKSRC}/ -name "*.orig" -delete
# We get these from other ports
-.for d in bin/rake doc/rake lib/rake test/rake man/rake.1 lib/rake.rb ext/win32ole bin/gem
+.for d in bin/rake doc/rake lib/rake test/rake man/rake.1 lib/rake.rb ext/win32ole bin/gem ext/gdbm
@${RM} -r ${BUILD_WRKSRC}/${d}
.endfor
-# Used by databases/ruby-gdbm port
- @${MV} ${BUILD_WRKSRC}/ext/gdbm ${WRKDIR}/
post-build:
#
diff --git a/lang/ruby25/pkg-message b/lang/ruby25/pkg-message
index 51f167809e4b..b40275581dbf 100644
--- a/lang/ruby25/pkg-message
+++ b/lang/ruby25/pkg-message
@@ -8,7 +8,7 @@ of upgrading:
And some of the standard libraries are provided as separate ports
since they require extra dependencies:
- databases/ruby-gdbm: GDBM module
+ databases/rubygem-gdbm: GDBM module
Install them as occasion demands.
====