$OpenBSD: patch-make_ps1,v 1.1 2021/05/12 13:52:49 patrick Exp $

Index: make.ps1
--- make.ps1.orig
+++ make.ps1
@@ -19,14 +19,6 @@ function All-Command
 	{
 		Write-Host "Build succeeded." -ForegroundColor Green
 	}
-
-	if (!(Test-Path "IP2LOCATION-LITE-DB1.IPV6.BIN.ZIP") -Or (((get-date) - (get-item "IP2LOCATION-LITE-DB1.IPV6.BIN.ZIP").LastWriteTime) -gt (new-timespan -days 30)))
-	{
-		echo "Downloading IP2Location GeoIP database."
-		$target = Join-Path $pwd.ToString() "IP2LOCATION-LITE-DB1.IPV6.BIN.ZIP"
-		[Net.ServicePointManager]::SecurityProtocol = 'Tls12'
-		(New-Object System.Net.WebClient).DownloadFile("https://github.com/OpenRA/GeoIP-Database/releases/download/monthly/IP2LOCATION-LITE-DB1.IPV6.BIN.ZIP", $target)
-	}
 }
 
 function Clean-Command
