Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Sep 2014 17:20:03 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367579 - head/security/pam_helper
Message-ID:  <201409071720.s87HK3Cc096788@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
 COMMENT=	Authenticate applications requiring PAM services
 
-USES=	tar:bzip2
+USES=		tar:bzip2 uidfix
+MAKE_ARGS=	BINOWN=${UID}
 
 PLIST_FILES=	bin/pam_helper
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409071720.s87HK3Cc096788>