summaryrefslogtreecommitdiff
path: root/lang/blackdown-jdk13
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2002-10-12 21:19:58 +0000
committerjschauma <jschauma@pkgsrc.org>2002-10-12 21:19:58 +0000
commit991f720ccc505c2b27a0a512cd55f62bd02b5d35 (patch)
tree7f868cb641d394578539799ef63d50204210713b /lang/blackdown-jdk13
parent90ee03f829468778aa88aedfa97e5bedc05182e4 (diff)
downloadpkgsrc-991f720ccc505c2b27a0a512cd55f62bd02b5d35.tar.gz
The DISTFILE for powerpc requires a ".bin" suffix.
Pointed out by John Klos (john at sixgirls dot org)
Diffstat (limited to 'lang/blackdown-jdk13')
-rw-r--r--lang/blackdown-jdk13/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/blackdown-jdk13/Makefile b/lang/blackdown-jdk13/Makefile
index cf1b2bb63f3..5fcc24e2eed 100644
--- a/lang/blackdown-jdk13/Makefile
+++ b/lang/blackdown-jdk13/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2002/09/08 10:00:19 schmonz Exp $
+# $NetBSD: Makefile,v 1.12 2002/10/12 21:19:58 jschauma Exp $
#
BASENAME= j2sdk
@@ -10,6 +10,10 @@ 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
do-configure:
@${RM} -r ${WRKSRC}/jre ${WRKSRC}/LICENSE ${WRKSRC}/CHANGES \