svn commit: r411836 - head/misc/auto-multiple-choice/files

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Mar 25 12:36:07 UTC 2016


Author: amdmi3
Date: Fri Mar 25 12:36:06 2016
New Revision: 411836
URL: https://svnweb.freebsd.org/changeset/ports/411836

Log:
  - Fix installation as non-root
  
  PR:		208256
  Submitted by:	hiroto.kagotani at gmail.com (maintainer)

Modified:
  head/misc/auto-multiple-choice/files/patch-Makefile.conf

Modified: head/misc/auto-multiple-choice/files/patch-Makefile.conf
==============================================================================
--- head/misc/auto-multiple-choice/files/patch-Makefile.conf	Fri Mar 25 12:34:46 2016	(r411835)
+++ head/misc/auto-multiple-choice/files/patch-Makefile.conf	Fri Mar 25 12:36:06 2016	(r411836)
@@ -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
  


More information about the svn-ports-head mailing list