diff options
author | glewis <glewis@FreeBSD.org> | 2003-08-27 06:28:11 +0000 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2003-08-27 06:28:11 +0000 |
commit | 6fdcd419ea385dfc0a6c7c9eb198ab778690ac90 (patch) | |
tree | 42b4094c2e932235e4c5d32ea771fb34a92f161f /java/diablo-jdk13 | |
parent | f17d836572b73323eefdf310a456e29dc25bd1bc (diff) | |
download | FreeBSD-ports-6fdcd419ea385dfc0a6c7c9eb198ab778690ac90.zip FreeBSD-ports-6fdcd419ea385dfc0a6c7c9eb198ab778690ac90.tar.gz |
. 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
Diffstat (limited to 'java/diablo-jdk13')
-rw-r--r-- | java/diablo-jdk13/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/diablo-jdk13/Makefile b/java/diablo-jdk13/Makefile index bdcf7bd..5617de0 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\ |