From cc1020551b7c5187390437e3ccedc177de30b82c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Wed, 12 Nov 2003 15:09:12 +0000 Subject: fetch(1)'s -b and -t options were deprecated years ago, so stop using them. --- Tools/scripts/addport | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tools/scripts') diff --git a/Tools/scripts/addport b/Tools/scripts/addport index 25b07782661e..af3b4374df41 100755 --- a/Tools/scripts/addport +++ b/Tools/scripts/addport @@ -143,7 +143,7 @@ if ($addlchk && -f $portlint) { $passenv = $passenv . " PORTSDIR=\"$tmpdir\"" if !$nomkdir; push(@commands, "$make $passenv clean check-categories"); push(@commands, "$portlint $plint_args"); - push(@commands, "$make $passenv FETCH_BEFORE_ARGS='-btA' checksum") if !$nofetch; + push(@commands, "$make $passenv FETCH_BEFORE_ARGS='-A' checksum") if !$nofetch; if ($more_testing) { push(@commands, "$make $passenv distclean"); push(@commands, "$make $passenv build"); -- cgit v1.2.3