Remove mention of old man directory
authorkn <kn@openbsd.org>
Sat, 14 Jul 2018 10:02:24 +0000 (10:02 +0000)
committerkn <kn@openbsd.org>
Sat, 14 Jul 2018 10:02:24 +0000 (10:02 +0000)
OK espie

share/man/man5/bsd.port.mk.5

index bb31eab..f4f64cf 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bsd.port.mk.5,v 1.486 2018/07/13 08:09:34 espie Exp $
+.\" $OpenBSD: bsd.port.mk.5,v 1.487 2018/07/14 10:02:24 kn 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: July 13 2018 $
+.Dd $Mdocdate: July 14 2018 $
 .Dt BSD.PORT.MK 5
 .Os
 .Sh NAME
@@ -58,11 +58,8 @@ methods from older incarnations of the ports tree or from other
 variants.
 .Pp
 .Nm
-also uses quite a few helper scripts.
-Those live under
-.Pa ${PORTSDIR}/infrastructure/bin ,
-and they do have manpages under
-.Pa ${PORTSDIR}/infrastructure/man .
+also uses quite a few helper scripts which live under
+.Pa ${PORTSDIR}/infrastructure/bin .
 .Pp
 Binary package details are mostly covered in
 .Xr pkg_create 1