diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-10-13 16:30:56 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-10-13 16:30:56 +0000 |
commit | 6451ddb3842bd49972c0fadf8db708eed6619697 (patch) | |
tree | 3b5a1cd706712261cd26adc565ce65bb6976a4f7 /lang/blackdown-jre13 | |
parent | 1ceea55f2bdbf98e86d8c09c0dd20785d0909ea1 (diff) | |
download | pkgsrc-6451ddb3842bd49972c0fadf8db708eed6619697.tar.gz |
back out previous. EXTRACT_SUFX is already set to .bin
Pointed out by jlam.
Diffstat (limited to 'lang/blackdown-jre13')
-rw-r--r-- | lang/blackdown-jre13/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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 |