1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

- Fix installation as non-root

PR:		208256
Submitted by:	hiroto.kagotani@gmail.com (maintainer)
This commit is contained in:
Dmitry Marakasov 2016-03-25 12:36:06 +00:00
parent f5012ce944
commit db2c80e892
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=411836

View File

@ -82,11 +82,13 @@
# same for gzip
@@ -93,6 +101,6 @@ GZIP_REPRODUCIBLE_ARGS=-n
@@ -92,7 +100,7 @@ GZIP_REPRODUCIBLE_ARGS=-n
# INSTALL USER AND GROUP
ifneq ($(SYSTEM_TYPE),rpm)
INSTALL_USER=root
-INSTALL_USER=root
-INSTALL_GROUP=root
+INSTALL_GROUP=wheel
+INSTALL_USER=
+INSTALL_GROUP=
endif