mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Overwrite BINOWN/SHAREOWN/WWWOWN to allow all our INSTALL_* macros to properly work as a user
This commit is contained in:
parent
228e296658
commit
f4d299ad64
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328123
@ -11,5 +11,8 @@
|
||||
.if !defined(_INCLUDE_USES_UIDFIX_MK)
|
||||
.if ${UID} != 0
|
||||
MAKE_ENV+= BINOWN=${UID} SHAREOWN=${UID} CONFOWN=${UID}
|
||||
BINOWN= ${UID}
|
||||
SHAREOWN= ${UIID}
|
||||
WWWOWN= ${UID}
|
||||
.endif
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user