diff options
author | 2015-08-11 20:18:03 +0000 | |
---|---|---|
committer | 2015-08-11 20:18:03 +0000 | |
commit | 7f427ac9ac07d3f7970fa8be579b420218cfa72f (patch) | |
tree | 7bb6821486ba69314b8486f041e7504d28402151 /share/man/man5 | |
parent | avoid casts of malloc() if stdlib.h is present (diff) | |
download | wireguard-openbsd-7f427ac9ac07d3f7970fa8be579b420218cfa72f.tar.xz wireguard-openbsd-7f427ac9ac07d3f7970fa8be579b420218cfa72f.zip |
sync with go.port.mk
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/port-modules.5 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index b61e9baebd2..b7ddf644204 100644 --- a/share/man/man5/port-modules.5 +++ b/share/man/man5/port-modules.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: port-modules.5,v 1.192 2015/07/19 05:58:00 bentley Exp $ +.\" $OpenBSD: port-modules.5,v 1.193 2015/08/11 20:18:03 jasper Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 19 2015 $ +.Dd $Mdocdate: August 11 2015 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -838,6 +838,9 @@ Sets and .Ev WRKSRC . .Pp +Appends to +.Ev CATEGORIES . +.Pp Defines: .Bl -tag -width MODGO_WORKSPACE .It Ev MODGO_TYPE |