WWW was erronously added to Makefile rather than databases/sqlite3/Makefile.
This commit is contained in:
Po-Chuan Hsieh 2022-10-03 10:18:07 +08:00
parent c440510750
commit ee26248a06
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ INDEX_COMPRESSION_FORMAT?= xz
${INDEX_COMPRESSION_FORMAT} != bz2 && ${INDEX_COMPRESSION_FORMAT} != zst
.error "Invalid compression format: ${INDEX_COMPRESSION_FORMAT}, expecting xz, bz2 or zst"
.endif
WWW= https://www.sqlite.org/
fetchindex: ${INDEXDIR}/${INDEXFILE}.${INDEX_COMPRESSION_FORMAT}
@if bsdcat < ${INDEXDIR}/${INDEXFILE}.${INDEX_COMPRESSION_FORMAT} > ${INDEXDIR}/${INDEXFILE}.tmp ; then \