diff options
author | tron <tron@pkgsrc.org> | 1999-04-02 09:03:57 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-04-02 09:03:57 +0000 |
commit | d22bdda025ce1e223d1057a24cab644840275602 (patch) | |
tree | 675ce7419c7efc0b7fc37fbef915df5136376658 /www/communicator/Makefile | |
parent | 5b1428b7b6f9d11d1cf4f7de8be1ee4bc353d91a (diff) | |
download | pkgsrc-d22bdda025ce1e223d1057a24cab644840275602.tar.gz |
Fix english and add german mirror site.
Diffstat (limited to 'www/communicator/Makefile')
-rw-r--r-- | www/communicator/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/communicator/Makefile b/www/communicator/Makefile index affaf580843..8b1154a9534 100644 --- a/www/communicator/Makefile +++ b/www/communicator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/02/25 02:59:52 abs Exp $ +# $NetBSD: Makefile,v 1.3 1999/04/02 09:03:57 tron Exp $ # # Every effort has been made to keep the communicator and navigator # Makefiles as similar as possible. @@ -22,7 +22,8 @@ CATEGORIES= www SUB= english/unix/unsupported/${UNAME_SHORT}/complete_install MASTER_SITES= ftp://ftp.netscape.org/pub/communicator/4.5/${SUB}/ \ ftp://sunsite.utk.edu/pub/netscape/communicator/4.5/${SUB}/ \ - ftp://ftp-uk.netscape.com/pub/communicator/${SUB}/ + ftp://ftp-uk.netscape.com/pub/communicator/4.5/${SUB}/ \ + ftp.informatik.rwth-aachen.de:/pub/mirror/ftp.netscape.com/pub/communicator/4.5/ ONLY_FOR_ARCHS= i386 sparc MAINTAINER= abs@netbsd.org |