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 /graphics | |
parent | c8e3326f0fd18e7c3b00515b6b590337dfbc8a17 (diff) | |
download | freebsd-ports-graphics-69b74a5f9524f82025ca8994c574a04015912aab.tar.gz freebsd-ports-graphics-69b74a5f9524f82025ca8994c574a04015912aab.tar.zst freebsd-ports-graphics-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 'graphics')
-rw-r--r-- | graphics/hobbes-icons-xpm/Makefile | 3 | ||||
-rw-r--r-- | graphics/linux_mesa3/Makefile | 1 | ||||
-rw-r--r-- | graphics/txtmerge/Makefile | 3 | ||||
-rw-r--r-- | graphics/xgrasp/Makefile | 3 |
4 files changed, 3 insertions, 7 deletions
diff --git a/graphics/hobbes-icons-xpm/Makefile b/graphics/hobbes-icons-xpm/Makefile index fbe970dc357..ad4784c0b5b 100644 --- a/graphics/hobbes-icons-xpm/Makefile +++ b/graphics/hobbes-icons-xpm/Makefile @@ -8,8 +8,7 @@ PORTNAME= hobbes-icons-xpm3 PORTVERSION= 1.0 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ - ftp://ftp.freesoftware.com/pub/X11/R5contrib/ +MASTER_SITES= ftp://ftp.x.org/R5contrib/ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org diff --git a/graphics/linux_mesa3/Makefile b/graphics/linux_mesa3/Makefile index d1d43e5f9ba..ba17ff6d14d 100644 --- a/graphics/linux_mesa3/Makefile +++ b/graphics/linux_mesa3/Makefile @@ -30,7 +30,6 @@ NO_FILTER_SHLIBS= yes NO_MTREE= yes RPM_MIRRORS= \ - ftp://ftp.freesoftware.com/pub/linux/redhat/__DIR__/ \ ftp://ftp.redhat.com/pub/redhat/__DIR__/ \ ftp://ftp.infomagic.com/pub/mirrors/linux/redhat/__DIR__/ \ ftp://ftp.crc.ca/pub/systems/linux/redhat/ftp.redhat.com/__DIR__/ \ diff --git a/graphics/txtmerge/Makefile b/graphics/txtmerge/Makefile index e5994c42c97..f7fd56d77a1 100644 --- a/graphics/txtmerge/Makefile +++ b/graphics/txtmerge/Makefile @@ -8,8 +8,7 @@ PORTNAME= txtmerge PORTVERSION= 1.01 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.freesoftware.com/pub/unixfreeware/graphics/ \ - ftp://ftp.math.bme.hu/pub/utils/xanim/ \ +MASTER_SITES= ftp://ftp.math.bme.hu/pub/utils/xanim/ \ ftp://ftp.kddlabs.co.jp/pub/graphics/gifanim/ DISTNAME= txtmerge101 EXTRACT_SUFX= .tar.Z diff --git a/graphics/xgrasp/Makefile b/graphics/xgrasp/Makefile index 0ac6e2c1aa5..70658143166 100644 --- a/graphics/xgrasp/Makefile +++ b/graphics/xgrasp/Makefile @@ -8,8 +8,7 @@ PORTNAME= xgrasp PORTVERSION= 1.7d CATEGORIES= graphics -MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ - ftp://ftp.freesoftware.com/pub/X11/R5contrib/ +MASTER_SITES= ftp://ftp.x.org/R5contrib/ DISTNAME= ${PORTNAME}.${PORTVERSION} EXTRACT_SUFX= .tar.Z |