diff options
author | kristerw <kristerw@pkgsrc.org> | 2003-08-02 19:26:29 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2003-08-02 19:26:29 +0000 |
commit | 3088d0a5873fdf515388940d21afe7dacd79a673 (patch) | |
tree | b97af10a0cb60180fec6716b7c69d2ac261094e0 /lang/blackdown-jre13 | |
parent | 0fba0bd0e32568a43b554bd845f0b77928c64cc7 (diff) | |
download | pkgsrc-3088d0a5873fdf515388940d21afe7dacd79a673.tar.gz |
Get the correct distfile for ${MACHINE_ARCH} == "arm".
Diffstat (limited to 'lang/blackdown-jre13')
-rw-r--r-- | lang/blackdown-jre13/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/blackdown-jre13/Makefile b/lang/blackdown-jre13/Makefile index c94bd3622b7..65d967b739e 100644 --- a/lang/blackdown-jre13/Makefile +++ b/lang/blackdown-jre13/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/01/29 11:01:02 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2003/08/02 19:26:29 kristerw Exp $ # BASENAME= j2re @@ -8,7 +8,7 @@ PKGREVISION= 1 COMMENT= Blackdown's Java(tm) Runtime Environment 1.3.1 .if ${MACHINE_ARCH} == "arm" -DISTNAME= ${BASENAME}-RC1-linux-arm +DISTNAME= ${BASENAME}-${RELVERSION}-RC1-linux-arm .endif .include "../../lang/blackdown-jre13/Makefile.common" |