From 614ac9a90ac3bfdded3a524fc426123251b4b4bd Mon Sep 17 00:00:00 2001 From: ian Date: Thu, 28 Jun 2007 03:20:20 +0000 Subject: [PATCH] Better url in FETCH_MANUALLY, ok kurt@ --- devel/jdk/1.5/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/jdk/1.5/Makefile b/devel/jdk/1.5/Makefile index 5b93702cb2e..5efc69cb76c 100644 --- a/devel/jdk/1.5/Makefile +++ b/devel/jdk/1.5/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.38 2007/06/27 21:51:09 kurt Exp $ +# $OpenBSD: Makefile,v 1.39 2007/06/28 03:20:20 ian Exp $ SHARED_ONLY= Yes ONLY_FOR_ARCHS= amd64 i386 @@ -71,7 +71,7 @@ FETCH_MANUALLY+= "Get the 'Update 11 Source under the JRL license' file:" FETCH_MANUALLY+= " ${JRLSRC} and" FETCH_MANUALLY+= " the 'Source Binaries needed for Source Build' file:" FETCH_MANUALLY+= " ${JRLBIN}" -FETCH_MANUALLY+= "from http://download.java.net/tiger/" +FETCH_MANUALLY+= "from http://download.java.net/tiger/tiger_u11/" FETCH_MANUALLY+= "Get the BSD patchset file:" FETCH_MANUALLY+= " ${PATCHSET}" FETCH_MANUALLY+= "from http://www.eyesbeyond.com/freebsddom/java/jdk15.html"