diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-07 17:26:08 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-07 17:26:08 +0000 |
commit | 3ceb2f4ba1ec792586280fb09c1c71bfafa1b737 (patch) | |
tree | be0e24eba547bd7969bc41d842c77e468362bbf5 | |
parent | fbacabdb771e063174cf43d3d05d0abae18b7b6d (diff) | |
download | freebsd-ports-3ceb2f4ba1ec792586280fb09c1c71bfafa1b737.zip |
Allow staging as a regular user
-rw-r--r-- | security/pam_pwdfile/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/pam_pwdfile/Makefile b/security/pam_pwdfile/Makefile index c1f5eab4a40a..bb2f85e022b8 100644 --- a/security/pam_pwdfile/Makefile +++ b/security/pam_pwdfile/Makefile @@ -10,6 +10,7 @@ MASTER_SITES= http://cpbotha.net/files/pam_pwdfile/ MAINTAINER= mschout@gkg.net COMMENT= Pam module for authenticating with flat passwd files +USES= uidfix MAKEFILE= ${FILESDIR}/Makefile.bsd PLIST_FILES= lib/pam_pwdfile.so |