diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-05-30 18:54:01 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-05-30 18:54:01 +0000 |
commit | 343b4bb879a7371c062ab019c7a7f9612f6c0d9c (patch) | |
tree | f81e9320ac7ad8676ec54b67a739ff3759ba24fe /Tools | |
parent | 3258883e0699ca1e974a5f59e7505a43f22371e4 (diff) | |
download | ports-343b4bb879a7371c062ab019c7a7f9612f6c0d9c.tar.gz ports-343b4bb879a7371c062ab019c7a7f9612f6c0d9c.zip |
- Modify Additional Contributors path to match svn
- Take maintainership
Approved by: garga (maintainer)
Notes
Notes:
svn path=/head/; revision=297817
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/scripts/addport | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Tools/scripts/addport b/Tools/scripts/addport index 16e93b0af621..151a8ba9e799 100755 --- a/Tools/scripts/addport +++ b/Tools/scripts/addport @@ -29,12 +29,13 @@ # # Original shell script & idea: Will Andrews <will@FreeBSD.org> # Original conversion to Perl : Michael Haro <mharo@FreeBSD.org> +# Maintainer alumni : Renato Botelho <garga@FreeBSD.org> # # Id: addport,v 1.2 2000/04/02 06:21:13 will Exp (original shell script) # Id: addport,v 1.5 2000/04/22 22:19:43 mharo Exp (perl conversion) # $FreeBSD$ # -# MAINTAINER= garga@FreeBSD.org +# MAINTAINER= crees@FreeBSD.org # use Cwd "abs_path"; @@ -402,7 +403,7 @@ 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. To do this, edit -doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml. +doc/head/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml. EOF sub warnx($) { |