aboutsummaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2013-05-07 18:18:25 +0800
committerehaupt <ehaupt@FreeBSD.org>2013-05-07 18:18:25 +0800
commit5971a11ba07c09cf9db965d353b7782882014971 (patch)
tree6387575332f1e6ff2e7c3643150005244a85a089 /Tools
parent92984c31a9d248748d28c2814972837159fa5861 (diff)
downloadfreebsd-ports-gnome-5971a11ba07c09cf9db965d353b7782882014971.tar.gz
freebsd-ports-gnome-5971a11ba07c09cf9db965d353b7782882014971.tar.zst
freebsd-ports-gnome-5971a11ba07c09cf9db965d353b7782882014971.zip
Normalize FreeBSD.org address during conversion.
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/convert-makefile-header.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tools/scripts/convert-makefile-header.pl b/Tools/scripts/convert-makefile-header.pl
index dfe7e92210a1..ccda7837ffd3 100755
--- a/Tools/scripts/convert-makefile-header.pl
+++ b/Tools/scripts/convert-makefile-header.pl
@@ -148,6 +148,10 @@ MAIN: {
last;
}
}
+
+ # normalize FreeBSD.org
+ $creator=~s#\@freebsd\.org#\@FreeBSD.org#i;
+
print $outh "# Created by: $creator\n" if(!$is_nice);
} else {
print STDERR "$mf creator not found. Reverting to RCS string only.\n";