diff options
author | 2018-10-25 09:56:57 +0000 | |
---|---|---|
committer | 2018-10-25 09:56:57 +0000 | |
commit | 96737157befa14b83b5f6afc8369c9712eb6b4c0 (patch) | |
tree | a8f4e62c1bfd3578c31555245a090893e8f1ef05 /share/man/man5 | |
parent | add target fix-permissions (diff) | |
download | wireguard-openbsd-96737157befa14b83b5f6afc8369c9712eb6b4c0.tar.xz wireguard-openbsd-96737157befa14b83b5f6afc8369c9712eb6b4c0.zip |
tweak description to conform to reality.
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 31cca437fc4..a3c3569717e 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.498 2018/10/25 09:52:23 solene Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.499 2018/10/25 09:56:57 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -353,14 +353,15 @@ for use with e.g., .Cm makesum . .It Cm fix-permissions Ensure permissions are correct when using -.Ev PORTS_PRIVSEP . +.Ev PORTS_PRIVSEP +and/or +.Xr dpb 1 . .Pp -Creates directory +If necessary, creates directory .Ev DISTDIR -owned by -.Ev FETCH_USER . -.Pp -Creates directories +owned by +.Ev FETCH_USER , +and creates directories .Ev LOCKDIR , .Ev PACKAGES_REPOSITORY , .Ev PLIST_REPOSITORY @@ -369,8 +370,12 @@ and owned by .Ev BUILD_USER . .Pp -If the directories already exist, ownership of the files in them is modified to -suit the parent folder ownership. +If these directories already exist, +ownership of their contents is modified to conform to +.Ev PORTS_PRIVSEP +and +.Xr dpb 1 +requirements. .It Cm generate-readmes Generate READMEs and rc scripts from .Pa ${PKGDIR} |