diff options
author | tv <tv@pkgsrc.org> | 1999-05-24 20:39:35 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-24 20:39:35 +0000 |
commit | 5c60ed579430954635a901b457a1fe4128eaca47 (patch) | |
tree | 65bbd73001946c26475423bf378f0a1854ed3cb6 /lang/jdk/Makefile | |
parent | 42a1a676be446ce3279f0baeeda7b3dcc1002c13 (diff) | |
download | pkgsrc-5c60ed579430954635a901b457a1fe4128eaca47.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 'lang/jdk/Makefile')
-rw-r--r-- | lang/jdk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/jdk/Makefile b/lang/jdk/Makefile index feeaee2da0c..d24485d1798 100644 --- a/lang/jdk/Makefile +++ b/lang/jdk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/02/20 22:48:32 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 1999/05/24 20:39:44 tv Exp $ DISTNAME= jdk1.1.6 PKGNAME= jdk-1.1.6 @@ -14,7 +14,7 @@ RESTRICTED= 'No redistribution of the Java(tm) Development Kit' NO_PACKAGE= ${RESTRICTED} MIRROR_DISTFILE= no -ONLY_FOR_ARCHS= i386 +ONLY_FOR_PLATFORM= NetBSD-*-i386 NO_CONFIGURE= yes NO_BUILD= yes |