mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
. 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
This commit is contained in:
parent
7ff95af70a
commit
60e37df097
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87767
2 changed files with 2 additions and 2 deletions
|
@ -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\
|
||||
|
|
|
@ -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\
|
||||
|
|
Loading…
Add table
Reference in a new issue