diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-10-24 12:42:10 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-10-24 12:42:10 +0000 |
commit | 4783ca7af08c89b07dbaa7360075e059a2580f38 (patch) | |
tree | 9e68a1ce1757c4515f06398dfc71d399db71aa44 /lang | |
parent | 26e2e16bba5ebd26a77cd857868b8a0c641b97af (diff) | |
download | pkgsrc-4783ca7af08c89b07dbaa7360075e059a2580f38.tar.gz |
The old DOWNLOAD URL was returning a 404 so update it based on Sun's
current download page for 1.5.x
Diffstat (limited to 'lang')
-rw-r--r-- | lang/sun-jre15/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/sun-jre15/Makefile.common b/lang/sun-jre15/Makefile.common index 557901bada8..fe75831f99f 100644 --- a/lang/sun-jre15/Makefile.common +++ b/lang/sun-jre15/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.14 2006/10/09 07:24:06 joerg Exp $ +# $NetBSD: Makefile.common,v 1.15 2006/10/24 12:42:10 adrianp Exp $ CATEGORIES= lang java COMMENT= Sun's Java(tm) 2 Standard Edition, ${DOWNLOAD_NAME} @@ -6,7 +6,7 @@ EXTRACT_SUFX= .bin MAINTAINER= tv@NetBSD.org HOMEPAGE= http://java.sun.com/ -DOWNLOAD= http://java.sun.com/j2se/1.5.0/download.html +DOWNLOAD= http://java.sun.com/javase/downloads/index.jsp DOWNLOAD_NAME= ${SHORT_NAME} 5.0 Update ${PKGNAME_NOREV:C/^.*\.//} ARCHIVE= http://java.sun.com/products/archive/index.html |