diff options
author | tv <tv> | 2005-12-01 15:39:27 +0000 |
---|---|---|
committer | tv <tv> | 2005-12-01 15:39:27 +0000 |
commit | 31826cb4345a7aa78469690042810b9e7296adad (patch) | |
tree | 5f84dad278e6b6f86b6281043085c858aa232d0c /lang/sun-jre15/Makefile | |
parent | bf4931320b1385f2573cb57e1d2008626797a6d9 (diff) | |
download | pkgsrc-31826cb4345a7aa78469690042810b9e7296adad.tar.gz |
Update JDK 1.5 to 1.5.0_06 (sun-j??15-5.0.6).
Change list available by WWW only:
http://java.sun.com/j2se/1.5.0/ReleaseNotes.html
Diffstat (limited to 'lang/sun-jre15/Makefile')
-rw-r--r-- | lang/sun-jre15/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lang/sun-jre15/Makefile b/lang/sun-jre15/Makefile index ec444ad8153..2afe851f307 100644 --- a/lang/sun-jre15/Makefile +++ b/lang/sun-jre15/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.23 2005/10/27 22:57:27 tv Exp $ +# $NetBSD: Makefile,v 1.24 2005/12/01 15:39:27 tv Exp $ # Note: Regen distinfo with PKG_DEFAULT_OPTIONS+=sun-jre-jce -DISTNAME= jre-1_5_0_05-linux-i586 -PKGNAME= sun-jre15-5.0.5 -PKGREVISION= 1 +DISTNAME= jre-1_5_0_06-linux-i586 +PKGNAME= sun-jre15-5.0.6 MASTER_SITES= # empty SHORT_NAME= JRE @@ -73,6 +72,6 @@ makesfiles: cd ${WRKSRC}/lib && ${FIND} * -name fontconfig.\* -o \ -name \*.properties -o -name \*.properties.\?\? -o \ -name \*.cfg -o -name \*.security | \ - ${SED} 's/^/SFILES+= /' >>../../../sfiles.mk + ${SED} 's/^/SFILES+= /' >>${PKGDIR}/sfiles.mk .include "../../lang/sun-jre15/Makefile.common" |