pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/samba security/PAM/module.mk is gone.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e80a5908ecdd
branches:  trunk
changeset: 635764:e80a5908ecdd
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jun 10 16:45:49 2014 +0000

description:
security/PAM/module.mk is gone.

diffstat:

 net/samba/options.mk |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r fb0d7f6d46d9 -r e80a5908ecdd net/samba/options.mk
--- a/net/samba/options.mk      Tue Jun 10 15:51:37 2014 +0000
+++ b/net/samba/options.mk      Tue Jun 10 16:45:49 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.30 2012/08/19 07:28:36 sbd Exp $
+# $NetBSD: options.mk,v 1.31 2014/06/10 16:45:49 joerg Exp $
 
 # Recommended package options for various setups:
 #
@@ -100,10 +100,11 @@
 ###
 PLIST_VARS+=           pam
 .if !empty(PKG_OPTIONS:Mpam)
-.  include "../../security/PAM/module.mk"
+.  include "../../mk/pam.buildlink3.mk"
+
 CONFIGURE_ARGS+=       --with-pam
 CONFIGURE_ARGS+=       --with-pam_smbpass
-CONFIGURE_ARGS+=       --with-pammodulesdir=${PAM_INSTMODULEDIR}
+CONFIGURE_ARGS+=       --with-pammodulesdir=${PREFIX}/lib/security
 PLIST.pam=             yes
 INSTALLATION_DIRS+=    ${EGDIR}/pam_smbpass
 



Home | Main Index | Thread Index | Old Index