summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-06-10 13:45:16 +0000
committerjoerg <joerg@pkgsrc.org>2014-06-10 13:45:16 +0000
commitc23d335d57a91bf3992599b8b85a87d6d160e318 (patch)
tree0fb743f226bc719c178976284f93bfe634537f7b
parentd7abc06e7a082a972037ad5ed43bb28bdf588b00 (diff)
downloadpkgsrc-c23d335d57a91bf3992599b8b85a87d6d160e318.tar.gz
Just because the (native) PAM package might already contain this is no
reason to not build a binary package.
-rw-r--r--security/pam-mkhomedir/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/security/pam-mkhomedir/Makefile b/security/pam-mkhomedir/Makefile
index 762653f8f9e..4144fde4f74 100644
--- a/security/pam-mkhomedir/Makefile
+++ b/security/pam-mkhomedir/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2012/10/23 18:16:48 asau Exp $
+# $NetBSD: Makefile,v 1.6 2014/06/10 13:45:16 joerg Exp $
DISTNAME= pam-mkhomedir-1
CATEGORIES= security
@@ -39,7 +39,4 @@ CFLAGS+= -DNO_STATIC_MODULES
.endif
.include "../../mk/pam.buildlink3.mk"
-.if "${PAM_TYPE}" == "linux-pam"
-PKG_FAIL_REASON+= "Disabled: The PAM mkhomedir module is included in the PAM package."
-.endif
.include "../../mk/bsd.pkg.mk"