diff options
author | jmz <jmz@FreeBSD.org> | 2000-06-11 17:20:38 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2000-06-11 17:20:38 +0000 |
commit | f66a78bbc7b42aea940dafa8e292e8b4322354fb (patch) | |
tree | be37b321cf534114a9fa47f2a25fdf9e00ebdf76 | |
parent | e968c545bb8950da4a7471ab59355f987806b7d5 (diff) | |
download | FreeBSD-ports-f66a78bbc7b42aea940dafa8e292e8b4322354fb.zip FreeBSD-ports-f66a78bbc7b42aea940dafa8e292e8b4322354fb.tar.gz |
Move distfile to local-distfiles directory on ftp.FreeBSD.org
-rw-r--r-- | audio/xcd/Makefile | 2 | ||||
-rw-r--r-- | games/qix/Makefile | 2 | ||||
-rw-r--r-- | sysutils/cd-write/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/audio/xcd/Makefile b/audio/xcd/Makefile index ddbc8e9..7116ec9 100644 --- a/audio/xcd/Makefile +++ b/audio/xcd/Makefile @@ -8,7 +8,7 @@ PORTNAME= xcd PORTVERSION= 1.7 CATEGORIES= audio tk82 -MASTER_SITES= http://people.FreeBSD.org/~jmz/ +MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/jmz/ MAINTAINER= jmz@FreeBSD.org diff --git a/games/qix/Makefile b/games/qix/Makefile index 1a17719..af33677 100644 --- a/games/qix/Makefile +++ b/games/qix/Makefile @@ -8,7 +8,7 @@ PORTNAME= qix PORTVERSION= 1.1 CATEGORIES= games -MASTER_SITES= http://people.freebsd.org/~jmz/ +MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/jmz/ MAINTAINER= jmz@FreeBSD.org diff --git a/sysutils/cd-write/Makefile b/sysutils/cd-write/Makefile index 3457279..c9eaf81 100644 --- a/sysutils/cd-write/Makefile +++ b/sysutils/cd-write/Makefile @@ -8,7 +8,7 @@ PORTNAME= cd-write PORTVERSION= 1.4.1 CATEGORIES= sysutils -MASTER_SITES= http://people.FreeBSD.org/~jmz/ +MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/jmz/ MAINTAINER= jmz@FreeBSD.org |