diff options
author | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2001-04-12 10:26:59 +0000 |
---|---|---|
committer | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2001-04-12 10:26:59 +0000 |
commit | 2c1484dc0c69c8d392f86aa1198ba9246ba2b0ab (patch) | |
tree | 3caed857b389051740adca839d0e79019d63ecf7 | |
parent | 26a968b0aa83d5e6b78c36900c517e50fc4a2d27 (diff) |
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. |