summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorcgd <cgd>1999-06-18 16:48:45 +0000
committercgd <cgd>1999-06-18 16:48:45 +0000
commita74699394d3e2241041c7ea31f9dab53a0c5937e (patch)
treec737e10c8f3e432bf26271ae3c52e6d5bf09c41d /www
parent45299af3dae6d4eab763c69f4be1f421eff56678 (diff)
downloadpkgsrc-a74699394d3e2241041c7ea31f9dab53a0c5937e.tar.gz
fix ONLY_FOR_PLATFORM to include alpha. Missed this the other day
because ONLY_FOR_PLATFORM was specified as "*-*-{i386,sparc}", which seems to match everything, not just i386 and sparc.
Diffstat (limited to 'www')
-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