From 5c60ed579430954635a901b457a1fe4128eaca47 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 24 May 1999 20:39:35 +0000 Subject: Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM pattern match format. Minor pkglint along the way. --- www/communicator/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/communicator/Makefile') diff --git a/www/communicator/Makefile b/www/communicator/Makefile index de9d4777de8..e2a0d116c3a 100644 --- a/www/communicator/Makefile +++ b/www/communicator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/04/23 12:33:20 kleink Exp $ +# $NetBSD: Makefile,v 1.7 1999/05/24 20:39:49 tv Exp $ # # Every effort has been made to keep the communicator and navigator # Makefiles as similar as possible. @@ -24,7 +24,7 @@ MASTER_SITES= ftp://ftp.netscape.org/pub/communicator/4.51/${SUB}/ \ ftp://sunsite.utk.edu/pub/netscape/communicator/4.51/${SUB}/ \ ftp://ftp-uk.netscape.com/pub/communicator/4.51/${SUB}/ \ ftp.informatik.rwth-aachen.de:/pub/mirror/ftp.netscape.com/pub/communicator/4.51/${SUB}/ -ONLY_FOR_ARCHS= i386 sparc +ONLY_FOR_PLATFORM= *-*-{i386,sparc} MAINTAINER= packages@netbsd.org HOMEPAGE= http://home.netscape.com/browsers/index.html -- cgit v1.2.3