diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2012-10-16 22:33:07 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2012-10-16 22:33:07 +0800 |
commit | 2b131172fe166793e7f2c7f092d544a90c3c1a39 (patch) | |
tree | 9a6e1110e3de82780a084d7a87b5b1da5b09bb58 /UPDATING | |
parent | 2981e00841d4d7c9f1d0a66c5cf4b2b3d7f17351 (diff) | |
download | freebsd-ports-gnome-2b131172fe166793e7f2c7f092d544a90c3c1a39.tar.gz freebsd-ports-gnome-2b131172fe166793e7f2c7f092d544a90c3c1a39.tar.zst freebsd-ports-gnome-2b131172fe166793e7f2c7f092d544a90c3c1a39.zip |
- Fix grammar
Reported by: wblock
Feature safe: yes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ you update your ports collection, before attempting any port upgrades. AFFECTS: users of ports-mgmt/portmaster AUTHOR: bdrewery@FreeBSD.org - Portmaster now support pkgng. To use pkgng, enable the patch in the port, + Portmaster now supports pkgng. To use pkgng, enable the patch in the port, enable pkgng in your make.conf, and convert your existing /var/db/pkg database. Also see UPDATING entry 20121010 if you are on a recent CURRENT and do not want to use pkg. @@ -22,7 +22,7 @@ you update your ports collection, before attempting any port upgrades. AFFECTS: users of ports-mgmt/portupgrade AUTHOR: bdrewery@FreeBSD.org - Portupgrade now support pkgng. To use pkgng, enable it in your make.conf, + Portupgrade now supports pkgng. To use pkgng, enable it in your make.conf, and convert your databases. # echo 'WITH_PKGNG=yes' >> /etc/make.conf |