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:
parent
a1a4f024d4
commit
66523405ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317597
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user