diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-01-24 14:49:39 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-01-24 14:49:39 +0000 |
commit | 3a39c8fe498544c76a9e907eed5e5915756ae986 (patch) | |
tree | 3f294edc1011b501d6e004053817edf455725a91 /lang | |
parent | e5ec1e7ace86ed056ad4e2501897cc9891554dd2 (diff) | |
download | pkgsrc-3a39c8fe498544c76a9e907eed5e5915756ae986.tar.gz |
s/u1/u4/
Diffstat (limited to 'lang')
-rw-r--r-- | lang/sun-jre6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/sun-jre6/Makefile b/lang/sun-jre6/Makefile index 4eb97a00881..50dae19a4d7 100644 --- a/lang/sun-jre6/Makefile +++ b/lang/sun-jre6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/01/20 09:21:35 tnn Exp $ +# $NetBSD: Makefile,v 1.9 2008/01/24 14:49:39 adrianp Exp $ # Note: Regen distinfo with PKG_DEFAULT_OPTIONS+=sun-jre-jce @@ -6,7 +6,7 @@ DISTNAME= jre-6u4-linux-${DIST_ARCH} PKGNAME= sun-jre6-6.0.4 MASTER_SITES= # empty -DOWNLOAD_NAME= Java Runtime Environment (JRE) 6u1 +DOWNLOAD_NAME= Java Runtime Environment (JRE) 6u4 SHORT_NAME= JRE WRKSRC= ${WRKDIR}/jre1.6.0_04 |