aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-11-28 21:51:59 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-11-28 21:51:59 +0000
commitef33fd5e22412667fef9eeb89806899965ffa1ca (patch)
treee12db3d35feeb56fe4dba86c508b180d417f0cb3
parentdcc9f5e5b8b3f1975995771194aad109aa20367a (diff)
downloadports-ef33fd5e22412667fef9eeb89806899965ffa1ca.tar.gz
ports-ef33fd5e22412667fef9eeb89806899965ffa1ca.zip
Fix build on head
Notes
Notes: svn path=/head/; revision=373580
-rw-r--r--security/pam_helper/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/pam_helper/Makefile b/security/pam_helper/Makefile
index a0a080b369c4..4f164c44417d 100644
--- a/security/pam_helper/Makefile
+++ b/security/pam_helper/Makefile
@@ -10,8 +10,10 @@ MAINTAINER= marcus@FreeBSD.org
COMMENT= Authenticate applications requiring PAM services
USES= tar:bzip2 uidfix
-MAKE_ARGS= BINOWN=${UID}
PLIST_FILES= bin/pam_helper
+post-patch:
+ @${REINPLACE_CMD} '/BINOWN=/d ; s,$${MINUSLPAM},-lpam,' ${WRKSRC}/Makefile
+
.include <bsd.port.mk>