diff options
author | Daniel Jakots <danj@cvs.openbsd.org> | 2018-11-30 15:06:48 +0000 |
---|---|---|
committer | Daniel Jakots <danj@cvs.openbsd.org> | 2018-11-30 15:06:48 +0000 |
commit | edb35af6a51ed9d31cdd6ebe69473332a003f4f8 (patch) | |
tree | d2666bcbb56f9e29a6284e23d2f7283782feae01 /share/man/man1 | |
parent | 30fd5d418b204f9b564341bce64345940eed07f6 (diff) |
/usr/local/ -> ${LOCALBASE}
ok espie@
Diffstat (limited to 'share/man/man1')
-rw-r--r-- | share/man/man1/outdated-perl-ports.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man1/outdated-perl-ports.1 b/share/man/man1/outdated-perl-ports.1 index c23fb25b669..a9d3edc267b 100644 --- a/share/man/man1/outdated-perl-ports.1 +++ b/share/man/man1/outdated-perl-ports.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: outdated-perl-ports.1,v 1.3 2018/11/29 22:54:37 bluhm Exp $ +.\" $OpenBSD: outdated-perl-ports.1,v 1.4 2018/11/30 15:06:47 danj Exp $ .\" .\" Copyright (c) 2011 Jasper Lievisse Adriaanse <jasper@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 29 2018 $ +.Dd $Mdocdate: November 30 2018 $ .Dt OUTDATED-PERL-PORTS 1 .Os .Sh NAME @@ -28,7 +28,7 @@ .Nm retrieves and compares the packages list provided by CPAN with the ports recorded in -.Pa /usr/local/share/ports-INDEX +.Pa ${LOCALBASE}/share/ports-INDEX and reports which ports have a newer version available upstream. Note that the portslist package must be installed. .Pp |