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 | 7ff95af70a33baefbfcee03b3420ba3b932964a3 (diff) | |
download | ports-60e37df0976f4e93dc65d7d2c52bc90981b8d3eb.tar.gz ports-60e37df0976f4e93dc65d7d2c52bc90981b8d3eb.zip |
Notes
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\ |