svn commit: r367579 - head/security/pam_helper

Antoine Brodin antoine at FreeBSD.org
Sun Sep 7 17:20:04 UTC 2014


Author: antoine
Date: Sun Sep  7 17:20:03 2014
New Revision: 367579
URL: http://svnweb.freebsd.org/changeset/ports/367579
QAT: https://qat.redports.org/buildarchive/r367579/

Log:
  Allow staging as a regular user

Modified:
  head/security/pam_helper/Makefile

Modified: head/security/pam_helper/Makefile
==============================================================================
--- head/security/pam_helper/Makefile	Sun Sep  7 17:18:39 2014	(r367578)
+++ head/security/pam_helper/Makefile	Sun Sep  7 17:20:03 2014	(r367579)
@@ -9,7 +9,8 @@ MASTER_SITES=	http://www.marcuscom.com/p
 MAINTAINER=	marcus at FreeBSD.org
 COMMENT=	Authenticate applications requiring PAM services
 
-USES=	tar:bzip2
+USES=		tar:bzip2 uidfix
+MAKE_ARGS=	BINOWN=${UID}
 
 PLIST_FILES=	bin/pam_helper
 


More information about the svn-ports-head mailing list