diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-01-07 20:03:52 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-01-07 20:03:52 +0000 |
commit | cb132627e5c6639431559015d36fcc207e123877 (patch) | |
tree | 19fb74915d9a70f9e1378054966c0db6480ef4bf /Tools/scripts | |
parent | 05db9969078a3754e958390df5c2bc1430fc3ca8 (diff) |
Notes
Diffstat (limited to 'Tools/scripts')
-rwxr-xr-x | Tools/scripts/addport | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/scripts/addport b/Tools/scripts/addport index 51e23afc8576..ec627f2a5537 100755 --- a/Tools/scripts/addport +++ b/Tools/scripts/addport @@ -335,7 +335,8 @@ foreach my $thisdir (@dirs) { print <<EOF; You're done! The new port $portname has been completely imported in the tree. Don't forget to add the creator's name and email address to -the Contributors' List if they are not already there. +the Contributors' List if they are not already there. To do this, edit +doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml. EOF sub warnx { |