diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-04-20 20:15:57 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-04-20 20:15:57 +0000 |
commit | f2e8b2d39e56fce503f8379fc4e5e3ffb6edd66d (patch) | |
tree | 201454e883d921c8e7d0bf5530276baf42de55b3 | |
parent | 37c597b48bbe2d5a663efbaab44b6f4145f79265 (diff) |
Notes
-rw-r--r-- | Mk/bsd.port.mk | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index efbdc0002952..23dc72149a1b 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -6,18 +6,23 @@ # bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. # -# $Id: bsd.port.mk,v 1.227.2.16 1997/03/06 08:33:14 asami Exp $ +# $Id: bsd.port.mk,v 1.227.2.17 1997/04/15 08:37:55 asami Exp $ # # Please view me with 4 column tabs! -# This is for this file, not for the ports that includes it, so it's -# not called MAINTAINER -- the person to contact if you have questions/ -# suggestions about bsd.port.mk. +# There are two different types of "maintainers" in the whole ports +# framework concept. Maintainers of the bsd.port*.mk files +# are listed below in the ${OSNAME}_MAINTAINER entries (this file +# is used by multiple *BSD flavors). You should consult them directly +# if you have any questions/suggestions regarding this file since only +# they are allowed to modify the master copies in the CVS repository! + +# For each port, the MAINTAINER variable is what you should consult for +# contact information on the person(s) to contact if you have questions/ +# suggestions about that specific port. By default (if no MAINTAINER +# is listed), a port is maintained by the subscribers of the ports@freebsd.org +# mailing list, and any correspondece should be directed there. # -# If you are not him, you are not allowed to commit to this file without -# his permission. :) -# - FreeBSD_MAINTAINER= asami@FreeBSD.ORG OpenBSD_MAINTAINER= imp@OpenBSD.ORG |