diff options
author | adamw <adamw@FreeBSD.org> | 2003-10-27 05:51:48 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-10-27 05:51:48 +0000 |
commit | c1c9048b33821235e9fa0d99c0afb70d7f9237d9 (patch) | |
tree | dcdb8cc590930db515e6c9a0439979f85dd58227 /Mk/bsd.sites.mk | |
parent | fac0d95998a4218c62bb9b3ba4893470c95216f4 (diff) | |
download | FreeBSD-ports-c1c9048b33821235e9fa0d99c0afb70d7f9237d9.zip FreeBSD-ports-c1c9048b33821235e9fa0d99c0afb70d7f9237d9.tar.gz |
Add a fake MAINTAINER line so that people who just glance at the
top of the file will note that bsd.sites.mk is ports@ territory,
not portmgr territory.
Hopefully, anyway. It's difficult because everything else in
ports/Mk belongs to a specific entity.
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r-- | Mk/bsd.sites.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index e3b0228..3f48f83 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -1,5 +1,7 @@ # bsd.sites.mk - Popular master sites. # +# Sites_MAINTAINER= ports@FreeBSD.org +# # This file does not have any designated maintainer, so feel free to # commit to it yourself. However, it is generally a good idea to # notify the principal maintainer in case you have a change to one of |