From 8b4077858a5c9338f64546e7a1a9d47ecb49df12 Mon Sep 17 00:00:00 2001 From: se Date: Sun, 28 May 2006 13:00:00 +0000 Subject: Fix master site (use HTTP instead of FTP). PR: ports/97649 Submitted by: Martin Wilke --- games/acm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/acm/Makefile b/games/acm/Makefile index ee14d6981437..d9fa6982b0bf 100644 --- a/games/acm/Makefile +++ b/games/acm/Makefile @@ -8,7 +8,7 @@ PORTNAME= acm PORTVERSION= 5.0 CATEGORIES= games -MASTER_SITES= ftp://ftp.websimulations.com/pub/download/ +MASTER_SITES= http://www.websimulations.com/download/ MAINTAINER= se@FreeBSD.org COMMENT= A flight simulator for X11 -- cgit