diff options
author | madpilot <madpilot@FreeBSD.org> | 2012-10-26 05:30:57 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2012-10-26 05:30:57 +0800 |
commit | 7b7e90d3a78af094982271e19d86116cc90b7e2f (patch) | |
tree | 5107b5bd93b92e811653364595b52f9db11313f5 /Tools/scripts | |
parent | 3a80a186f9a4acc0c2451efb66ac0d27c2b0456b (diff) | |
download | freebsd-ports-gnome-7b7e90d3a78af094982271e19d86116cc90b7e2f.tar.gz freebsd-ports-gnome-7b7e90d3a78af094982271e19d86116cc90b7e2f.tar.zst freebsd-ports-gnome-7b7e90d3a78af094982271e19d86116cc90b7e2f.zip |
- Fix reference to the Additional Contributors' list due to renaming
to .xml in r39631
Approved by: crees
Feature safe: yes
Diffstat (limited to 'Tools/scripts')
-rwxr-xr-x | Tools/scripts/addport | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/addport b/Tools/scripts/addport index 68624cddd906..15d0d49381dd 100755 --- a/Tools/scripts/addport +++ b/Tools/scripts/addport @@ -454,7 +454,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/head/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml. +doc/head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml. EOF sub warnx($) { |