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/xsok | |
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/xsok')
-rw-r--r-- | games/xsok/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/xsok/Makefile b/games/xsok/Makefile index 0be868afc816..a2923f4fd5b0 100644 --- a/games/xsok/Makefile +++ b/games/xsok/Makefile @@ -9,8 +9,7 @@ PORTNAME= xsok PORTVERSION= 1.02 CATEGORIES= games MASTER_SITES= ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin.X11/ \ - ftp://sunsite.cnlab-switch.ch/mirror/linux/tsx-11/sources/usr.bin.X11/ \ - ftp://ftp.freesoftware.com/pub/linux/tsx-11/sources/usr.bin.X11/ + ftp://sunsite.cnlab-switch.ch/mirror/linux/tsx-11/sources/usr.bin.X11/ EXTRACT_SUFX= -src.tar.gz MAINTAINER= ports@FreeBSD.org |