diff options
author | jmz <jmz@FreeBSD.org> | 2000-06-12 01:20:38 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2000-06-12 01:20:38 +0800 |
commit | f66a78bbc7b42aea940dafa8e292e8b4322354fb (patch) | |
tree | be37b321cf534114a9fa47f2a25fdf9e00ebdf76 | |
parent | e968c545bb8950da4a7471ab59355f987806b7d5 (diff) | |
download | freebsd-ports-gnome-f66a78bbc7b42aea940dafa8e292e8b4322354fb.tar.gz freebsd-ports-gnome-f66a78bbc7b42aea940dafa8e292e8b4322354fb.tar.zst freebsd-ports-gnome-f66a78bbc7b42aea940dafa8e292e8b4322354fb.zip |
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 ddbc8e9a37f8..7116ec95b534 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 1a177192c502..af336773a6e4 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 3457279a9dc3..c9eaf8131318 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 |