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 | |
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')
-rw-r--r-- | www/Makefile | 6 | ||||
-rw-r--r-- | www/communicator/Makefile | 7 | ||||
-rw-r--r-- | www/navigator/Makefile | 7 |
3 files changed, 13 insertions, 7 deletions
diff --git a/www/Makefile b/www/Makefile index f3cdfbd8d61..b8c6b67e743 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 1999/01/14 18:50:09 kim Exp $ +# $NetBSD: Makefile,v 1.28 1999/02/25 02:59:52 abs Exp $ # FreeBSD Id: Makefile,v 1.65 1997/11/17 06:31:39 fenner Exp # @@ -17,6 +17,7 @@ # SUBDIR += cgiparse # SUBDIR += chimera # SUBDIR += comline + SUBDIR += communicator # SUBDIR += fxhtml # SUBDIR += gn # SUBDIR += gwstat @@ -35,8 +36,7 @@ # SUBDIR += momspider SUBDIR += mozilla # SUBDIR += netscape3 -# SUBDIR += netscape4-communicator -# SUBDIR += netscape4-navigator + SUBDIR += navigator SUBDIR += p5-Apache-ASP SUBDIR += p5-Apache-ePerl # SUBDIR += p5-CGI 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 diff --git a/www/navigator/Makefile b/www/navigator/Makefile index c712b477414..cf77ee4f1e3 100644 --- a/www/navigator/Makefile +++ b/www/navigator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/02/22 07:45:22 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}/navigator_standalone/ +SUB= english/unix/unsupported/${UNAME_SHORT}/navigator_standalone +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 |