diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/jdk/Makefile | 4 | ||||
-rw-r--r-- | lang/sun-jdk13/Makefile | 4 | ||||
-rw-r--r-- | lang/sun-jre13/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/lang/jdk/Makefile b/lang/jdk/Makefile index e770cdbc2bb..bb6c168667e 100644 --- a/lang/jdk/Makefile +++ b/lang/jdk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2001/05/17 15:03:00 abs Exp $ +# $NetBSD: Makefile,v 1.27 2002/03/01 01:58:35 abs Exp $ # VERSION= 1.1.8 @@ -39,7 +39,7 @@ NO_BUILD= yes # since we change PREFIX: NO_MTREE= yes -ONLY_FOR_PLATFORM= NetBSD-*-i386 Linux-*-i386 +ONLY_FOR_PLATFORM= NetBSD-*-i386 Linux-*-i[3-6]86 RESTRICTED= "No redistribution of the Java(tm) Development Kit" NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} diff --git a/lang/sun-jdk13/Makefile b/lang/sun-jdk13/Makefile index 7d6da06d7b2..e47c0f8228d 100644 --- a/lang/sun-jdk13/Makefile +++ b/lang/sun-jdk13/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/10/15 16:05:00 tron Exp $ +# $NetBSD: Makefile,v 1.12 2002/03/01 01:58:36 abs Exp $ # # MASTER_SITES is very special, and must end in "=": @@ -37,7 +37,7 @@ NO_BUILD= yes # since we change PREFIX: NO_MTREE= yes -ONLY_FOR_PLATFORM= NetBSD-*-i386 Linux-*-i386 +ONLY_FOR_PLATFORM= NetBSD-*-i386 Linux-*-i[3-6]86 LDD= ${TRUE} post-fetch: diff --git a/lang/sun-jre13/Makefile b/lang/sun-jre13/Makefile index 905ae337d5d..09b9e9896dc 100644 --- a/lang/sun-jre13/Makefile +++ b/lang/sun-jre13/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/09/27 23:18:18 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2002/03/01 01:58:36 abs Exp $ # # MASTER_SITES is very special, and must end in "=": @@ -40,7 +40,7 @@ JDK_HOME:= ${LOCALBASE}/java # since we change PREFIX: NO_MTREE= yes -ONLY_FOR_PLATFORM= NetBSD-*-i386 Linux-*-i386 +ONLY_FOR_PLATFORM= NetBSD-*-i386 Linux-*-i[3-6]86 LDD= ${TRUE} post-fetch: |