From 71d710d093a864f2f427578d6ac3167d3817be0f Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Tue, 29 Oct 2002 05:16:16 +0000 Subject: . In the informative message regarding downloading the necessary files, use ${DISTDIR} rather than /usr/ports/distfiles. Submitted by: Mike Meyer --- java/jdk14/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'java/jdk14') diff --git a/java/jdk14/Makefile b/java/jdk14/Makefile index 2fd7e7c70699..a3bea3815735 100644 --- a/java/jdk14/Makefile +++ b/java/jdk14/Makefile @@ -110,8 +110,8 @@ with a web browser and follow the \"Download\" link for the\n\ \"Java(TM) SDK ${JDK_VERSION}\". You will be required to log in and register,\n\ but you can create an account on this page. After registration and\n\ accepting the Sun Community Source License, select \"J2SESDK\" and\n\ -download the file \"${SRCFILE}\". Please place this file in\n\ -/usr/ports/distfiles.\n +download the source file, ${SRCFILE}. Please place this file in\n\ +${DISTDIR}.\n .endif # Check for patchset @@ -122,7 +122,7 @@ The source distribution exists on your system, but due to\n\ licensing restrictions you still need to download the\n\ patchset, ${PATCHSETFILE}, from\n\ http://www.eyesbeyond.com/freebsddom/java/jdk13.html.\n\ -Please place the patchset in /usr/ports/distfiles.\n +Please place the patchset in ${DISTDIR}.\n .endif pre-patch: -- cgit