diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-09-24 03:50:42 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-09-24 03:50:42 +0800 |
commit | 69b74a5f9524f82025ca8994c574a04015912aab (patch) | |
tree | a078e5ec225ac769d5e0d23dbd569a4d44e9b639 /games/xjump/Makefile | |
parent | c8e3326f0fd18e7c3b00515b6b590337dfbc8a17 (diff) | |
download | freebsd-ports-gnome-69b74a5f9524f82025ca8994c574a04015912aab.tar.gz freebsd-ports-gnome-69b74a5f9524f82025ca8994c574a04015912aab.tar.zst freebsd-ports-gnome-69b74a5f9524f82025ca8994c574a04015912aab.zip |
Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer exists.
PR: 30497
Submitted by: Dan Larsson
Approved by: will
Diffstat (limited to 'games/xjump/Makefile')
-rw-r--r-- | games/xjump/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/xjump/Makefile b/games/xjump/Makefile index 689409c97a5c..4dcb44e2f38f 100644 --- a/games/xjump/Makefile +++ b/games/xjump/Makefile @@ -9,8 +9,7 @@ PORTNAME= xjump PORTVERSION= 2.7.3 PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= ftp://ftp.freesoftware.com/pub/linux/debian/%SUBDIR%/ \ - ftp://ftp.jp.debian.org/debian/%SUBDIR%/ \ +MASTER_SITES= ftp://ftp.jp.debian.org/debian/%SUBDIR%/ \ ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/debian/%SUBDIR%/ \ ftp://ftp.de.debian.org/debian/%SUBDIR%/ \ ftp://ftp.debian.org/debian/%SUBDIR%/ |