mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Always pass '-f' with ${RM}. This fixes many ports when building as a user
and not root. They were asking for confirmation. Reported by: jhb Phabric: D111 Reviewed by: bapt, antoine With hat: portmgr
This commit is contained in:
parent
19b6f69d71
commit
efde9543a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362347
@ -72,7 +72,7 @@ PRINTF?= /usr/bin/printf
|
||||
PS_CMD?= /bin/ps
|
||||
PW?= /usr/sbin/pw
|
||||
REALPATH?= /bin/realpath
|
||||
RM?= /bin/rm
|
||||
RM?= /bin/rm -f
|
||||
RMDIR?= /bin/rmdir
|
||||
SED?= /usr/bin/sed
|
||||
SETENV?= /usr/bin/env
|
||||
|
Loading…
Reference in New Issue
Block a user