diff options
author | 2013-03-25 10:21:39 +0000 | |
---|---|---|
committer | 2013-03-25 10:21:39 +0000 | |
commit | b458ed8c5eb6db0032975bade9690d6617e74bd2 (patch) | |
tree | 09f093878e17444c8eed0d4ad0bc785d7a0680c7 | |
parent | Do not redraw panes if invisible. (diff) | |
download | wireguard-openbsd-b458ed8c5eb6db0032975bade9690d6617e74bd2.tar.xz wireguard-openbsd-b458ed8c5eb6db0032975bade9690d6617e74bd2.zip |
manpages under ${PORTSDIR}/infrastructure/man are in the default search
path since almost two years (r1.17 of man.conf) - fix corresponding
documentation.
From Timo Myyrä on ports@, thanks!
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 2243076d71b..5e7a3fb654d 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.371 2013/03/21 08:30:29 ajacoutot Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.372 2013/03/25 10:21:39 landry Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 21 2013 $ +.Dd $Mdocdate: March 25 2013 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -43,8 +43,7 @@ also uses quite a few helper scripts. Those live under .Pa ${PORTSDIR}/infrastructure/bin , and they do have manpages under -.Pa ${PORTSDIR}/infrastructure/man , -which is not currently part of the default manpath. +.Pa ${PORTSDIR}/infrastructure/man. .Pp Other BSD variants, as well as older versions of .Nm bsd.port.mk , |