diff options
-rw-r--r-- | emulators/hfs/Makefile | 2 | ||||
-rw-r--r-- | emulators/tkhfs/Makefile | 2 | ||||
-rw-r--r-- | misc/mshell/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/emulators/hfs/Makefile b/emulators/hfs/Makefile index a57bb3398f5c..170577fbe144 100644 --- a/emulators/hfs/Makefile +++ b/emulators/hfs/Makefile @@ -8,7 +8,7 @@ PORTNAME= hfs PORTVERSION= 0.37 CATEGORIES= emulators -MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/ +MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/jmz/ DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/} MAINTAINER= jmz@FreeBSD.org diff --git a/emulators/tkhfs/Makefile b/emulators/tkhfs/Makefile index b5f58365cfbc..165fb4138dfe 100644 --- a/emulators/tkhfs/Makefile +++ b/emulators/tkhfs/Makefile @@ -8,7 +8,7 @@ PORTNAME= tkhfs PORTVERSION= 1.27 CATEGORIES= emulators tk82 -MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/ +MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/jmz/ DISTNAME= ${PORTNAME} MAINTAINER= jmz@FreeBSD.org diff --git a/misc/mshell/Makefile b/misc/mshell/Makefile index 37db90d0d009..b94be5e79260 100644 --- a/misc/mshell/Makefile +++ b/misc/mshell/Makefile @@ -9,7 +9,7 @@ PORTNAME= mshell PORTVERSION= 1.0 CATEGORIES= misc -MASTER_SITES= ftp://src.doc.ic.ac.uk/usenet/alt.sources/articles/07000-07999/ +MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/jmz/ DISTFILES= 7432.Z MAINTAINER= jmz@FreeBSD.org |