diff options
author | 2001-04-12 10:26:58 +0000 | |
---|---|---|
committer | 2001-04-12 10:26:58 +0000 | |
commit | 9d495f901f4d4363d2f919980e9d4384494d9b04 (patch) | |
tree | 7438fa628af912c926c03b9beca6d971b149b729 | |
parent | Call isa_malloc with drq < 4, in case 8-bit DMA channels with more (diff) | |
download | wireguard-openbsd-9d495f901f4d4363d2f919980e9d4384494d9b04.tar.xz wireguard-openbsd-9d495f901f4d4363d2f919980e9d4384494d9b04.zip |
Require full name in MAINTAINER; espie@ ok, pointed out by aaron@
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index d7bb1691931..aad41b979cd 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.32 2001/04/10 17:48:10 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.33 2001/04/12 10:26:58 avsm Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -552,7 +552,7 @@ to ${LIBTOOL} ${LIBTOOL_FLAGS}. .It Ev LOCALBASE where other ports have already been installed (default: /usr/local) .It Ev MAINTAINER -E-mail address of the port's maintainer. +E-mail address with full name of the port's maintainer. Defaults to ports@openbsd.org. .It Ev MAKE_ENV Environment variables passed to make invocations. |