1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

ruby-erb is now part of ruby 1.8 and shim-ruby18.

This commit is contained in:
Akinori MUSHA 2003-02-12 16:12:00 +00:00
parent 5eb4dc494b
commit e1d433e49a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75377
3 changed files with 3 additions and 0 deletions

View File

@ -86,6 +86,7 @@ INSTALLED_SCRIPTS= ${PREFIX}/bin/irb \
${PREFIX}/bin/h2rb
OBSOLETED_MODULES= dl \
erb \
fileutils \
optparse \
racc-runtime \

View File

@ -13,6 +13,7 @@ die () {
delete_modules () {
modules="
dl
erb
fileutils
fnmatch
optparse

View File

@ -86,6 +86,7 @@ INSTALLED_SCRIPTS= ${PREFIX}/bin/irb \
${PREFIX}/bin/h2rb
OBSOLETED_MODULES= dl \
erb \
fileutils \
optparse \
racc-runtime \