summaryrefslogtreecommitdiff
path: root/security/PAM/module.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-01-14 00:08:46 +0000
committerjlam <jlam@pkgsrc.org>2005-01-14 00:08:46 +0000
commitc8dd0743a82b2de97126e7a6bb78bb59d1a33172 (patch)
treee47502a8e46e6eac5834af0de90b25e883eb9aba /security/PAM/module.mk
parentd32bc02295649f444d715c517cd36a1478ab1b85 (diff)
downloadpkgsrc-c8dd0743a82b2de97126e7a6bb78bb59d1a33172.tar.gz
* Rename the buildlink module name associated with the security/PAM
package from "pam" to "linux-pam". * Rewrite PAM/builtin.mk to check that we have Linux-PAM, and re-classify MacOS X's PAM as Linux-PAM because it _is_, according to to Apple. Also don't use BUILDLINK_TRANSFORM.* to rewrite header file paths -- just use a symlink so that <security/*.h> can be used to find <pam/*.h>.
Diffstat (limited to 'security/PAM/module.mk')
-rw-r--r--security/PAM/module.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/PAM/module.mk b/security/PAM/module.mk
index a7b4d22fdce..45e1c420f8b 100644
--- a/security/PAM/module.mk
+++ b/security/PAM/module.mk
@@ -1,4 +1,4 @@
-# $NetBSD: module.mk,v 1.2 2004/05/11 04:39:03 snj Exp $
+# $NetBSD: module.mk,v 1.3 2005/01/14 00:08:46 jlam Exp $
.if !defined(PAM_MODULE_MK)
PAM_MODULE_MK= # defined
@@ -7,8 +7,8 @@ PAM_MODULE_MK= # defined
. include "../../security/PAM/buildlink3.mk"
.endif
-.if defined(DEFAULT_VIEW.pam)
-DEFAULT_VIEW.${PKGBASE}= ${DEFAULT_VIEW.pam}
+.if defined(DEFAULT_VIEW.linux-pam)
+DEFAULT_VIEW.${PKGBASE}= ${DEFAULT_VIEW.linux-pam}
.endif
PAM_MODULEDIR= ${VIEWBASE}/lib/security