mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
Makefile: Fix c3997397a0
WWW was erronously added to Makefile rather than databases/sqlite3/Makefile.
This commit is contained in:
parent
c440510750
commit
ee26248a06
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -72,7 +72,6 @@ INDEX_COMPRESSION_FORMAT?= xz
|
||||||
${INDEX_COMPRESSION_FORMAT} != bz2 && ${INDEX_COMPRESSION_FORMAT} != zst
|
${INDEX_COMPRESSION_FORMAT} != bz2 && ${INDEX_COMPRESSION_FORMAT} != zst
|
||||||
.error "Invalid compression format: ${INDEX_COMPRESSION_FORMAT}, expecting xz, bz2 or zst"
|
.error "Invalid compression format: ${INDEX_COMPRESSION_FORMAT}, expecting xz, bz2 or zst"
|
||||||
.endif
|
.endif
|
||||||
WWW= https://www.sqlite.org/
|
|
||||||
|
|
||||||
fetchindex: ${INDEXDIR}/${INDEXFILE}.${INDEX_COMPRESSION_FORMAT}
|
fetchindex: ${INDEXDIR}/${INDEXFILE}.${INDEX_COMPRESSION_FORMAT}
|
||||||
@if bsdcat < ${INDEXDIR}/${INDEXFILE}.${INDEX_COMPRESSION_FORMAT} > ${INDEXDIR}/${INDEXFILE}.tmp ; then \
|
@if bsdcat < ${INDEXDIR}/${INDEXFILE}.${INDEX_COMPRESSION_FORMAT} > ${INDEXDIR}/${INDEXFILE}.tmp ; then \
|
||||||
|
|
Loading…
Add table
Reference in a new issue