summaryrefslogtreecommitdiff
path: root/www/navigator/Makefile
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/navigator/Makefile
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/navigator/Makefile')
-rw-r--r--www/navigator/Makefile4
1 files changed, 2 insertions, 2 deletions
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