summaryrefslogtreecommitdiff
path: root/www/communicator/Makefile
diff options
context:
space:
mode:
authorcgd <cgd@pkgsrc.org>1999-06-18 16:48:45 +0000
committercgd <cgd@pkgsrc.org>1999-06-18 16:48:45 +0000
commitc39818d289f0f27f12cb680878279f2020d65d6d (patch)
treec737e10c8f3e432bf26271ae3c52e6d5bf09c41d /www/communicator/Makefile
parent79d0832740cd2b8f75be3d73ec433299c3a7c39a (diff)
downloadpkgsrc-c39818d289f0f27f12cb680878279f2020d65d6d.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/communicator/Makefile')
-rw-r--r--www/communicator/Makefile4
1 files changed, 2 insertions, 2 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