diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-04-21 00:24:51 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-04-21 00:24:51 +0000 |
commit | 9c52e2270b42a6b15e7d4a619df52c3592ff3f10 (patch) | |
tree | cabc15cf67c3ca1ed91278bbf0e42f078010d952 /Mk/bsd.port.mk | |
parent | e4332cf8d22c7ff0ed3b8ddb7500d745a78b5e15 (diff) | |
download | ports-9c52e2270b42a6b15e7d4a619df52c3592ff3f10.tar.gz ports-9c52e2270b42a6b15e7d4a619df52c3592ff3f10.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-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 1dd1bd2e1179..e4f6eb5dee2f 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1,7 +1,7 @@ #-*- mode: Fundamental; tab-width: 4; -*- # ex:ts=4 # -# $Id: bsd.port.mk,v 1.254 1997/03/06 08:28:15 asami Exp $ +# $Id: bsd.port.mk,v 1.255 1997/04/15 08:36:41 asami Exp $ # $NetBSD: $ # # bsd.port.mk - 940820 Jordan K. Hubbard. @@ -9,14 +9,19 @@ # # 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 |