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 | |
parent | - Update to 0.4.18 (diff) |
When suggesting to add new port's submitter to Contributors' List,
also print the exact location of the file to checkout.
This is for those who rarely adds new ports and do not remember the
location of Additional FreeBSD Contributors article.
Approved by: will
Notes
Notes:
svn path=/head/; revision=97594
Diffstat (limited to 'Tools')
-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 { |