aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-04-21 08:24:51 +0800
committerasami <asami@FreeBSD.org>1997-04-21 08:24:51 +0800
commit11dc5a4a5042159a3e608e43f8b9ef34ea11c821 (patch)
tree8782e22870bd0c3a2ae76c9beddc70b61b6e61f6 /Mk/bsd.port.mk
parent58b7a44315ecbee478d2f876b790b24aa6f5ddc4 (diff)
downloadfreebsd-ports-11dc5a4a5042159a3e608e43f8b9ef34ea11c821.tar.gz
freebsd-ports-11dc5a4a5042159a3e608e43f8b9ef34ea11c821.tar.zst
freebsd-ports-11dc5a4a5042159a3e608e43f8b9ef34ea11c821.zip
Merge from 2.2.
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk21
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