aboutsummaryrefslogtreecommitdiff
path: root/lang/ruby25
diff options
context:
space:
mode:
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.
====