mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Backout part of 1.71: ${PERL} is not available in bsd.port.subdir.mk, only in
bsd.port.mk. Fixes `make readmes' PR: ports/117192 Submitted by: Joergen Blomberg <jnbg@blomberg.tk> Pointy hat to: gabor
This commit is contained in:
parent
85869f9f37
commit
8c32b0a02c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208866
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ describe:
|
|||
.if defined(PORTSTOP)
|
||||
readmes: readme ${SUBDIR:S/^/_/:S/$/.readmes/}
|
||||
@${ECHO_MSG} "===> Creating README.html for all ports"
|
||||
@${PERL} ${PORTSDIR}/Tools/make_readmes < ${INDEXDIR}/${INDEXFILE}
|
||||
@perl ${PORTSDIR}/Tools/make_readmes < ${INDEXDIR}/${INDEXFILE}
|
||||
.else
|
||||
readmes: readme
|
||||
.endif
|
||||
|
|
Loading…
Add table
Reference in a new issue