diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2003-08-27 06:28:11 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2003-08-27 06:28:11 +0000 |
commit | 60e37df0976f4e93dc65d7d2c52bc90981b8d3eb (patch) | |
tree | a9c51fbed3fc61a0cd1d12ca99df4ecca49efd89 /java | |
parent | Forced commit to note that the RC_SUBR stuff was, in fact: (diff) |
. Remove trailing comma from line which displayed the URL to download
the tarballs from. It wasn't grammatically correct and was too easy
to cut and paste along with the actual URL.
Submitted by: znerd
Notes
Notes:
svn path=/head/; revision=87767
Diffstat (limited to 'java')
-rw-r--r-- | java/diablo-jdk13/Makefile | 2 | ||||
-rw-r--r-- | java/diablo-jre13/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/java/diablo-jdk13/Makefile b/java/diablo-jdk13/Makefile index bdcf7bde1ddc..5617de09d4e5 100644 --- a/java/diablo-jdk13/Makefile +++ b/java/diablo-jdk13/Makefile @@ -71,7 +71,7 @@ IGNORE= :\n\ Because of licensing restrictions, you must fetch the distribution\n\ manually. Please access\n\ \n\ - ${DOWNLOAD_URL},\n\ + ${DOWNLOAD_URL}\n\ \n\ with a web browser and \"Accept\" the End User License Agreement for\n\ \"Caffe Diablo ${JRE_VERSION}\". Please place the downloaded\n\ diff --git a/java/diablo-jre13/Makefile b/java/diablo-jre13/Makefile index 68a7d2500045..a2c256f24682 100644 --- a/java/diablo-jre13/Makefile +++ b/java/diablo-jre13/Makefile @@ -71,7 +71,7 @@ IGNORE= :\n\ Because of licensing restrictions, you must fetch the distribution\n\ manually. Please access\n\ \n\ - ${DOWNLOAD_URL},\n\ + ${DOWNLOAD_URL}\n\ \n\ with a web browser and \"Accept\" the End User License Agreement for\n\ \"Latte Diablo ${JRE_VERSION}\". Please place the downloaded\n\ |