diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-08 01:20:03 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-08 01:20:03 +0800 |
commit | bda2aeee782cb1d7e12b54ade0190b7079cbb4eb (patch) | |
tree | 47e7287d5fe358581c9d75bec6f4b945052559d4 /security | |
parent | eb3e55c2af6cf8e0f09e5b9c92c531dffd70493c (diff) | |
download | freebsd-ports-gnome-bda2aeee782cb1d7e12b54ade0190b7079cbb4eb.tar.gz freebsd-ports-gnome-bda2aeee782cb1d7e12b54ade0190b7079cbb4eb.tar.zst freebsd-ports-gnome-bda2aeee782cb1d7e12b54ade0190b7079cbb4eb.zip |
Allow staging as a regular user
Diffstat (limited to 'security')
-rw-r--r-- | security/pam_helper/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pam_helper/Makefile b/security/pam_helper/Makefile index b6073cc9bb89..a0a080b369c4 100644 --- a/security/pam_helper/Makefile +++ b/security/pam_helper/Makefile @@ -9,7 +9,8 @@ MASTER_SITES= http://www.marcuscom.com/pam_helper/ 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 |