diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-12-17 16:31:01 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-12-17 16:31:01 +0000 |
commit | 52e81f71994eb4b28e3f8b6d225e566a56931bda (patch) | |
tree | ff589a0bdb8ddf77e7fefb05f12aac3ec30a9e1a /UPDATING | |
parent | 820a96f6362a769e336d56b289f35674c2aa79e0 (diff) | |
download | ports-52e81f71994eb4b28e3f8b6d225e566a56931bda.tar.gz ports-52e81f71994eb4b28e3f8b6d225e566a56931bda.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ you update your ports collection, before attempting any port upgrades. With portupgrade: - portupgrade `find /usr/local/lib/perl5/site_perl/mach/5.18 -name '*.so'|xargs pkg which -qo|sort -u` + portupgrade -f `find /usr/local/lib/perl5/site_perl/mach/5.18 -name '*.so'|xargs pkg which -qo|sort -u` With portmaster: |