diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-11-27 07:06:27 +0800 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-11-27 07:06:27 +0800 |
commit | 44b46555aa2d25e4807285fd4e76e85fc8632cc1 (patch) | |
tree | 666ce0ea590fc416e53a747648fe63c53857f9c3 /x11-fonts/cyberbit-ttfonts | |
parent | ff702cf238b20b2093b7dcba9a70cfaf41d8c8b5 (diff) | |
download | freebsd-ports-gnome-44b46555aa2d25e4807285fd4e76e85fc8632cc1.tar.gz freebsd-ports-gnome-44b46555aa2d25e4807285fd4e76e85fc8632cc1.tar.zst freebsd-ports-gnome-44b46555aa2d25e4807285fd4e76e85fc8632cc1.zip |
e-mail from fenner@
> ftp.riken.go.jp doesn't have a /pub/net/netscape directory,
> and ftp-au.netscape.com isn't running an ftp server. I'd
> like to commit the following diff which removes these two servers
> from the list of MASTER_SITES.
Submitted by: fenner
Diffstat (limited to 'x11-fonts/cyberbit-ttfonts')
-rw-r--r-- | x11-fonts/cyberbit-ttfonts/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-fonts/cyberbit-ttfonts/Makefile b/x11-fonts/cyberbit-ttfonts/Makefile index 1c1d665f7dfd..9378cb611a9b 100644 --- a/x11-fonts/cyberbit-ttfonts/Makefile +++ b/x11-fonts/cyberbit-ttfonts/Makefile @@ -7,9 +7,7 @@ PORTNAME= cyberbit-ttfonts PORTVERSION= 2.0.20050220 CATEGORIES= x11-fonts -MASTER_SITES= ftp://ftp.riken.go.jp/pub/net/netscape/communicator/extras/fonts/windows/ \ - ftp://ftp-au.netscape.com/pub/communicator/extras/fonts/windows/ \ - ftp://ftp.netscape.com/pub/communicator/extras/fonts/windows/ +MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/extras/fonts/windows/ DISTFILES= Cyberbit.ZIP .if !defined(NOPORTDOCS) DISTFILES+= 97CyberBase.Doc 97CyberBit.Doc 97CyberCJK.Doc \ |