1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Normalize FreeBSD.org address during conversion.

This commit is contained in:
Emanuel Haupt 2013-05-07 10:18:25 +00:00
parent a1a4f024d4
commit 66523405ff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317597

View File

@ -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";