mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
- Disable portsnap make_index usage as it does not produce
a correct INDEX currently. With hat: portmgr
This commit is contained in:
parent
ff634cadb5
commit
8ea6ff2b1c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329851
8
Makefile
8
Makefile
@ -105,11 +105,11 @@ INDEX_SHELL= /bin/sh
|
||||
INDEX_PORTS=.
|
||||
.endif
|
||||
|
||||
.if exists(/usr/libexec/make_index)
|
||||
MAKE_INDEX= /usr/libexec/make_index /dev/stdin
|
||||
.else
|
||||
#.if exists(/usr/libexec/make_index)
|
||||
#MAKE_INDEX= /usr/libexec/make_index /dev/stdin
|
||||
#.else
|
||||
MAKE_INDEX= perl ${.CURDIR}/Tools/make_index
|
||||
.endif
|
||||
#.endif
|
||||
|
||||
${INDEXDIR}/${INDEXFILE}:
|
||||
@${INDEX_ECHO_1ST} "Generating ${INDEXFILE} - please wait.."; \
|
||||
|
Loading…
Reference in New Issue
Block a user