diff options
author | abs <abs@pkgsrc.org> | 1999-02-25 02:59:52 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 1999-02-25 02:59:52 +0000 |
commit | abee79dd6c7f7568c10eb484e0f11de2eeb2b545 (patch) | |
tree | 148ae1a5872c6c3787a355da1dfe353d12e2b711 /www/communicator | |
parent | 3a8ab982fcb7da8d70e631333a1565a32fe76abe (diff) | |
download | pkgsrc-abee79dd6c7f7568c10eb484e0f11de2eeb2b545.tar.gz |
Add communicator and navigator to www Makefile.
Add some mirror sites to each Makefile.
Diffstat (limited to 'www/communicator')
-rw-r--r-- | www/communicator/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/communicator/Makefile b/www/communicator/Makefile index 520aaa23634..affaf580843 100644 --- a/www/communicator/Makefile +++ b/www/communicator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/02/22 07:44:48 abs Exp $ +# $NetBSD: Makefile,v 1.2 1999/02/25 02:59:52 abs Exp $ # # Every effort has been made to keep the communicator and navigator # Makefiles as similar as possible. @@ -19,7 +19,10 @@ UNAME_SHORT= sunos413 DISTNAME= ${BINNAME}-v45-export.${UNAME} PKGNAME= ${BINNAME}-4.5 CATEGORIES= www -MASTER_SITES= ftp://ftp.netscape.org/pub/communicator/4.5/english/unix/unsupported/${UNAME_SHORT}/complete_install/ +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}/ ONLY_FOR_ARCHS= i386 sparc MAINTAINER= abs@netbsd.org |