diff options
-rw-r--r-- | astro/pyweather/Makefile | 2 | ||||
-rw-r--r-- | emulators/ksnes9x/Makefile | 2 | ||||
-rw-r--r-- | math/linalg/Makefile | 2 | ||||
-rw-r--r-- | security/kssh/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/astro/pyweather/Makefile b/astro/pyweather/Makefile index 28d05b45b465..c5bda03db901 100644 --- a/astro/pyweather/Makefile +++ b/astro/pyweather/Makefile @@ -8,7 +8,7 @@ PORTNAME= pyWeather PORTVERSION= 0.1b CATEGORIES= astro python -MASTER_SITES= http://people.FreeBSD.org/~will/distfiles/ +MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/will/ DISTNAME= pyWeather MAINTAINER= will@FreeBSD.org diff --git a/emulators/ksnes9x/Makefile b/emulators/ksnes9x/Makefile index 89023b186f89..4b039f38ccd8 100644 --- a/emulators/ksnes9x/Makefile +++ b/emulators/ksnes9x/Makefile @@ -8,7 +8,7 @@ PORTNAME= ksnes9x PORTVERSION= 1.2 CATEGORIES= emulators -MASTER_SITES= http://people.FreeBSD.org/~will/distfiles/ +MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/will/ MAINTAINER= will@FreeBSD.org diff --git a/math/linalg/Makefile b/math/linalg/Makefile index 5e89a5c0742f..09eac6383b4d 100644 --- a/math/linalg/Makefile +++ b/math/linalg/Makefile @@ -8,7 +8,7 @@ PORTNAME= linalg PORTVERSION= 4.3 CATEGORIES= math -MASTER_SITES= http://people.FreeBSD.org/~will/distfiles/ +MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/will/ MAINTAINER= oleg@pobox.com diff --git a/security/kssh/Makefile b/security/kssh/Makefile index d4d0977341d2..851c451a1416 100644 --- a/security/kssh/Makefile +++ b/security/kssh/Makefile @@ -8,7 +8,7 @@ PORTNAME= kssh PORTVERSION= 0.2 CATEGORIES= security -MASTER_SITES= http://people.FreeBSD.org/~will/distfiles/ +MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/will/ MAINTAINER= will@FreeBSD.org |