diff options
author | swills <swills@FreeBSD.org> | 2013-05-28 05:44:32 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-05-28 05:44:32 +0800 |
commit | 4fccf36a509c7b2ad5802f6d61a9a99c55d2120f (patch) | |
tree | 6070037a7677df9c47b0981ed32d2c0d08a8fd29 /UPDATING | |
parent | 290cb5721484725980aca182997b94137f68009c (diff) | |
download | freebsd-ports-gnome-4fccf36a509c7b2ad5802f6d61a9a99c55d2120f.tar.gz freebsd-ports-gnome-4fccf36a509c7b2ad5802f6d61a9a99c55d2120f.tar.zst freebsd-ports-gnome-4fccf36a509c7b2ad5802f6d61a9a99c55d2120f.zip |
- Fix incorrect portmaster instructions for ruby update
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ you update your ports collection, before attempting any port upgrades. The default ruby version has been updated from 1.8 to 1.9. You'll need to rebuild all ports that depend on ruby: - # portmaster -r lang/ruby19 + # portmaster -r ruby19 or # portupgrade -fr lang/ruby19 or |