aboutsummaryrefslogtreecommitdiffstats
path: root/Tools/scripts
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2012-05-31 02:54:01 +0800
committercrees <crees@FreeBSD.org>2012-05-31 02:54:01 +0800
commit0afb5ad3c24ce362cc02111b5e05a645f373d909 (patch)
tree78451ecd9b5583a994d5966a0efd6b565700e299 /Tools/scripts
parent32f9776394698fe0dee9cf848940f94d2d36eab3 (diff)
downloadfreebsd-ports-gnome-0afb5ad3c24ce362cc02111b5e05a645f373d909.tar.gz
freebsd-ports-gnome-0afb5ad3c24ce362cc02111b5e05a645f373d909.tar.zst
freebsd-ports-gnome-0afb5ad3c24ce362cc02111b5e05a645f373d909.zip
- Modify Additional Contributors path to match svn
- Take maintainership Approved by: garga (maintainer)
Diffstat (limited to 'Tools/scripts')
-rwxr-xr-xTools/scripts/addport5
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($) {