diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-01-16 20:11:03 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-01-16 20:11:03 +0000 |
commit | 46a35203e5c8db3783f41f7327fd7d9c33f78c7c (patch) | |
tree | c31969c4a965e7daa429c4997f2bc9a1b7f3fa1b /java/j2sdkee13 | |
parent | 28785491ce012d4b307b9e331a93044357e96d94 (diff) | |
download | ports-46a35203e5c8db3783f41f7327fd7d9c33f78c7c.tar.gz ports-46a35203e5c8db3783f41f7327fd7d9c33f78c7c.zip |
. Adjust download instructions for new download URL.
Notes
Notes:
svn path=/head/; revision=98334
Diffstat (limited to 'java/j2sdkee13')
-rw-r--r-- | java/j2sdkee13/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/java/j2sdkee13/Makefile b/java/j2sdkee13/Makefile index 30664c223c3c..fd0a5f5794f9 100644 --- a/java/j2sdkee13/Makefile +++ b/java/j2sdkee13/Makefile @@ -30,8 +30,9 @@ DOWNLOAD_URL?= http://java.sun.com/webapps/download/Display?BundleId=${SUN_BUNDL .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) IGNORE= You must manually fetch the Java 2 SDK Enterprise Edition\ - ${J2SDKEEVERSION} tarball from ${DOWNLOAD_URL}; download\ - the \"Linux Install\" into ${DISTDIR} and run ${MAKE} again + ${J2SDKEEVERSION} tarball from ${DOWNLOAD_URL}. Accept the\ + license and then download ${DISTNAME}${EXTRACT_SUFX} into\ + ${DISTDIR} and run ${MAKE} again .endif do-install: |