summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2015-09-23 01:38:36 +0000
committerschwarze <schwarze@openbsd.org>2015-09-23 01:38:36 +0000
commit9953596824ef7982c5f295fb4189171a7a45778c (patch)
tree84b64564b1d80a927ac7bf817b4181c0585c9373
parentThe best way to display complete command invocations including command (diff)
downloadwireguard-openbsd-9953596824ef7982c5f295fb4189171a7a45778c.tar.xz
wireguard-openbsd-9953596824ef7982c5f295fb4189171a7a45778c.zip
minor .Pa cleanup, including one chunk from Michael Reed
-rw-r--r--share/man/man5/bsd.port.mk.56
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5
index 3c4cc2d7a7f..3ac92dea53e 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.425 2015/09/23 01:29:47 schwarze Exp $
+.\" $OpenBSD: bsd.port.mk.5,v 1.426 2015/09/23 01:38:36 schwarze Exp $
.\"
.\" Copyright (c) 2000-2008 Marc Espie
.\"
@@ -2578,7 +2578,7 @@ If set to true,
.Cm checksum
will analyze ${CHECKSUM_FILE}, and try retrieving files with the correct
checksum off
-.Pa ftp.openbsd.org ,
+.Lk ftp.openbsd.org ,
in the directory
.Pa /pub/OpenBSD/distfiles/$cipher/$value/$file .
.It Ev REORDER_DEPENDENCIES
@@ -3454,7 +3454,7 @@ FLAVOR?=
\&.endif
.Ed
.Pp
-.Pa bsd.port.mk
+.Nm
takes care of a few details, such as generating a distinct work directory for
each flavor, or creating a FULLPKGNAME by adding a dash separated list of
flavors to the base package name.