diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-06-11 17:20:38 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-06-11 17:20:38 +0000 |
commit | 99f58f63219339174414b17b8fe03d2135d9e5fe (patch) | |
tree | e6c424ec8fa1feafb91f886f277bc57eb2d7c09a | |
parent | Fix RUN_DEPENDS. (diff) |
Move distfile to local-distfiles directory on ftp.FreeBSD.org
Notes
Notes:
svn path=/head/; revision=29526
-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 |