summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2013-06-24 15:56:30 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2013-06-24 15:56:30 +0000
commitbc7853d401f8293f0be5889c2dafee4ab1e10bc0 (patch)
tree6e6c8adfcaad4fb2c0c75ad2225f398ff1efd890 /share
parentbc49dc4af93f978cf64939b6f789041b58685bef (diff)
tweak previous;
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/bsd.port.mk.58
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5
index 2e2198a2bb0..6c367f875c6 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.379 2013/06/24 11:20:47 sthen Exp $
+.\" $OpenBSD: bsd.port.mk.5,v 1.380 2013/06/24 15:56:29 jmc Exp $
.\"
.\" Copyright (c) 2000-2008 Marc Espie
.\"
@@ -335,7 +335,7 @@ every configuration.
.Pp
Note that fetching a significant number of distfiles, or fetching all distfiles
relevant to a port and dependencies is better accomplished using
-.Xr dpb 8
+.Xr dpb 1
with the
.Fl F
option.
@@ -1515,7 +1515,7 @@ cd ${WRKDIR}
for archive in ${EXTRACT_ONLY}
do
case $$archive in
- *.tar.xz)
+ *.tar.xz)
xzcat ${FULLDISTDIR}/$$archive| tar xf -;;
*.zip)
unzip -q ${FULLDISTDIR}/$$archive -d ${WRKDIR};;
@@ -1550,7 +1550,7 @@ Empty by default.
Also see
.Ev ALL_FAKE_FLAGS .
.It Ev FAKE_SETUP
-List of environment values normally set during fake invocations
+List of environment values normally set during fake invocations.
Exposed so that modules may provide their own
.Ar do-install .
Read-only,