diff options
author | jschauma <jschauma> | 2002-10-13 16:30:56 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2002-10-13 16:30:56 +0000 |
commit | c2e62d57542446fa17e284d7bd4fbd64ae73efb6 (patch) | |
tree | 3b5a1cd706712261cd26adc565ce65bb6976a4f7 /lang | |
parent | cb846b23ba78249ff7ac02fdfe937ea839919a18 (diff) | |
download | pkgsrc-c2e62d57542446fa17e284d7bd4fbd64ae73efb6.tar.gz |
back out previous. EXTRACT_SUFX is already set to .bin
Pointed out by jlam.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/blackdown-jdk13/Makefile | 6 | ||||
-rw-r--r-- | lang/blackdown-jre13/Makefile | 4 |
2 files changed, 2 insertions, 8 deletions
diff --git a/lang/blackdown-jdk13/Makefile b/lang/blackdown-jdk13/Makefile index 315aa56334c..430284e3197 100644 --- a/lang/blackdown-jdk13/Makefile +++ b/lang/blackdown-jdk13/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2002/10/13 07:41:57 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2002/10/13 16:30:57 jschauma Exp $ # BASENAME= j2sdk @@ -9,10 +9,6 @@ COMMENT= Linux port of the Blackdown Java(tm) Runtime Environment DEPENDS= blackdown-jre13>=1:../../lang/blackdown-jre13 -.if ${MACHINE_ARCH} == "powerpc" -DISTNAME:= ${DISTNAME}.bin -.endif - # these are part of JRE post-extract: ${RM} -fr ${WRKSRC}/jre diff --git a/lang/blackdown-jre13/Makefile b/lang/blackdown-jre13/Makefile index eb330ff2e92..1e588366c7d 100644 --- a/lang/blackdown-jre13/Makefile +++ b/lang/blackdown-jre13/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/10/13 07:41:58 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2002/10/13 16:30:56 jschauma Exp $ # BASENAME= j2re @@ -8,8 +8,6 @@ COMMENT= Blackdown's Java(tm) Runtime Environment 1.3.1 .if ${MACHINE_ARCH} == "arm" DISTNAME= ${BASENAME}-RC1-linux-arm -.elif ${MACHINE_ARCH} == "powerpc" -DISTNAME:= ${DISTNAME}.bin .endif ONLY_FOR_PLATFORM+= NetBSD-*-arm Linux-*-arm |