diff options
author | 2013-06-24 15:56:29 +0000 | |
---|---|---|
committer | 2013-06-24 15:56:29 +0000 | |
commit | 23132a533f0bba020af87d969fd5c64f8ff6e35b (patch) | |
tree | 1b94c9a5ea0d01eb830d193141aea3762f814400 /share/man/man5 | |
parent | space needed before punctuation; (diff) | |
download | wireguard-openbsd-23132a533f0bba020af87d969fd5c64f8ff6e35b.tar.xz wireguard-openbsd-23132a533f0bba020af87d969fd5c64f8ff6e35b.zip |
tweak previous;
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 8 |
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, |