diff options
author | tv <tv> | 1999-05-24 20:39:35 +0000 |
---|---|---|
committer | tv <tv> | 1999-05-24 20:39:35 +0000 |
commit | b4ae5ad32d8b7a07f0fd5aef93d8427a24e6cd18 (patch) | |
tree | 65bbd73001946c26475423bf378f0a1854ed3cb6 /www/communicator | |
parent | 2dceb46da5667da02f175cdab8fb327156a5ac34 (diff) | |
download | pkgsrc-b4ae5ad32d8b7a07f0fd5aef93d8427a24e6cd18.tar.gz |
Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format. Minor pkglint along the way.
Diffstat (limited to 'www/communicator')
-rw-r--r-- | www/communicator/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |