diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-02-19 04:10:58 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-02-19 04:10:58 +0000 |
commit | c528507200ee788e60134aa86a323b62f6a4a227 (patch) | |
tree | fc990b1dff73ef23e494c751bf72ba59dcf64dcf /UPDATING | |
parent | 23f1f4d78d78c83dd3f339dab2311a938c6174a8 (diff) | |
download | ports-c528507200ee788e60134aa86a323b62f6a4a227.tar.gz ports-c528507200ee788e60134aa86a323b62f6a4a227.zip |
For the portmaster instructions on openal-soft, split the -o and -r
options since they can't be used together. Also, if openal-soft is the
new version it should come first on the -o command line, and should be
the argument for the -r option.
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=250059
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -150,7 +150,8 @@ you update your ports collection, before attempting any port upgrades. If you use portmaster: - portmaster -or audio/openal audio/openal-soft + portmaster -o audio/openal-soft audio/openal + portmaster -r audio/openal-soft If you use portupgrade: |