diff options
author | tv <tv@pkgsrc.org> | 2005-10-27 22:57:27 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-10-27 22:57:27 +0000 |
commit | 5caa56ac965bf162f59af00fe3551cbcf2ad5575 (patch) | |
tree | 01b1eca709f38d17012aa0b495502bc6cb78e6da /lang/sun-jdk15 | |
parent | 4a83a46bce3045173f132a15c10ca65b43973ff3 (diff) | |
download | pkgsrc-5caa56ac965bf162f59af00fe3551cbcf2ad5575.tar.gz |
Update fetch text, COMMENT, and DESCR to match Sun's newer phrasing of
the product name and version on their download pages. Bump PKGREVISION.
Diffstat (limited to 'lang/sun-jdk15')
-rw-r--r-- | lang/sun-jdk15/DESCR | 2 | ||||
-rw-r--r-- | lang/sun-jdk15/Makefile | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/lang/sun-jdk15/DESCR b/lang/sun-jdk15/DESCR index c0c96871b20..bcf4442064d 100644 --- a/lang/sun-jdk15/DESCR +++ b/lang/sun-jdk15/DESCR @@ -1 +1 @@ -This is the Linux port of the Sun Java(tm) Development Kit, version 1.5. +This is the Linux port of the Sun Java(tm) Development Kit (J2SE 5.0). diff --git a/lang/sun-jdk15/Makefile b/lang/sun-jdk15/Makefile index 370098cc7a1..668c77a0604 100644 --- a/lang/sun-jdk15/Makefile +++ b/lang/sun-jdk15/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.11 2005/10/11 18:07:48 tv Exp $ +# $NetBSD: Makefile,v 1.12 2005/10/27 22:57:27 tv Exp $ DISTNAME= jdk-1_5_0_05-linux-i586 PKGNAME= sun-jdk15-5.0.5 +PKGREVISION= 1 MASTER_SITES= # empty -COMMENT= Sun's Java(tm) 2 SDK, Standard Edition 1.5.0 - -SHORT= SDK +SHORT_NAME= JDK DEPENDS= ${PKGNAME_NOREV:S/jdk/jre/}*:../../lang/sun-jre15 |