summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/communicator/Makefile4
-rw-r--r--www/navigator/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/www/communicator/Makefile b/www/communicator/Makefile
index f63b0f0a51a..27c64ad83cf 100644
--- a/www/communicator/Makefile
+++ b/www/communicator/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1999/06/14 21:43:33 cgd Exp $
+# $NetBSD: Makefile,v 1.11 1999/06/18 16:48:45 cgd Exp $
#
# Every effort has been made to keep the communicator and navigator
# Makefiles as similar as possible.
@@ -38,7 +38,7 @@ MASTER_SITES= ftp://ftp.netscape.org/pub/communicator/${NS_VERS}/${SUB}/ \
ftp://sunsite.utk.edu/pub/netscape/communicator/${NS_VERS}/${SUB}/ \
ftp://ftp-uk.netscape.com/pub/communicator/${NS_VERS}/${SUB}/ \
ftp.informatik.rwth-aachen.de:/pub/mirror/ftp.netscape.com/pub/communicator/${NS_VERS}/${SUB}/
-ONLY_FOR_PLATFORM= *-*-{i386,sparc}
+ONLY_FOR_PLATFORM= *-*-alpha *-*-i386 *-*-sparc
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://home.netscape.com/browsers/index.html
diff --git a/www/navigator/Makefile b/www/navigator/Makefile
index 00c78bf802f..6d37c0cf06c 100644
--- a/www/navigator/Makefile
+++ b/www/navigator/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1999/06/14 21:43:38 cgd Exp $
+# $NetBSD: Makefile,v 1.9 1999/06/18 16:48:46 cgd Exp $
#
# Every effort has been made to keep the communicator and navigator
# Makefiles as similar as possible.
@@ -37,7 +37,7 @@ SUB= english/unix/${DIST_DIR_NAME}/navigator_standalone
MASTER_SITES= ftp://ftp.netscape.org/pub/communicator/${NS_VERS}/${SUB}/ \
ftp://sunsite.utk.edu/pub/netscape/communicator/${NS_VERS}/${SUB}/ \
ftp://ftp-uk.netscape.com/pub/communicator/${SUB}/
-ONLY_FOR_PLATFORM= *-*-{i386,sparc}
+ONLY_FOR_PLATFORM= *-*-alpha *-*-i386 *-*-sparc
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://home.netscape.com/browsers/index.html