diff options
author | 2018-04-25 19:49:49 +0000 | |
---|---|---|
committer | 2018-04-25 19:49:49 +0000 | |
commit | 6d40bc3e3ae2de5af4c553a38c63b0659de99d05 (patch) | |
tree | 4b7fc202ebf8a1c2d388fdaf57ae3e78ca564795 | |
parent | The time-setting codepath can use pledge "settime" which was added for (diff) | |
download | wireguard-openbsd-6d40bc3e3ae2de5af4c553a38c63b0659de99d05.tar.xz wireguard-openbsd-6d40bc3e3ae2de5af4c553a38c63b0659de99d05.zip |
tweak previous;
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index f0f56462124..b0a36105155 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.477 2018/04/25 14:36:38 danj Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.478 2018/04/25 19:49:49 jmc Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -2424,7 +2424,8 @@ Basically, must be able to write into .Pa ${WRKOBJDIR} , ${PACKAGE_REPOSITORY} , ${PLIST_REPOSITORY} and -.Ev FETCH_USER must be able to write into +.Ev FETCH_USER +must be able to write into .Pa ${DISTDIR} . .Pp Note that this also means that |