summaryrefslogtreecommitdiff
path: root/net/samba
diff options
context:
space:
mode:
authortaca <taca>2007-02-18 04:27:02 +0000
committertaca <taca>2007-02-18 04:27:02 +0000
commit11d716f52b9968ad440f9b48aa12975bbfe47b28 (patch)
treec12837600acd6667f7fa0e64b3ba486c6b1df594 /net/samba
parent45724612c2c1ffae4f6d324a50dfde7c40510b7f (diff)
downloadpkgsrc-11d716f52b9968ad440f9b48aa12975bbfe47b28.tar.gz
Fix installing pam_winbind.so module.
Diffstat (limited to 'net/samba')
-rw-r--r--net/samba/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba/options.mk b/net/samba/options.mk
index 07fe7373670..51431503fd5 100644
--- a/net/samba/options.mk
+++ b/net/samba/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.18 2007/02/16 16:30:28 tron Exp $
+# $NetBSD: options.mk,v 1.19 2007/02/18 04:27:02 taca Exp $
# Recommended package options for various setups:
#
@@ -114,7 +114,7 @@ PLIST_SUBST+= PAM_WINBIND=lib/security/pam_winbind.so
post-install: samba-pam-winbind-install
samba-pam-winbind-install:
${INSTALL_LIB_DIR} ${PAM_INSTMODULEDIR}
- ${INSTALL_LIB} ${WRKSRC}/nsswitch/pam_winbind.so ${PAM_INSTMODULEDIR}
+ ${INSTALL_LIB} ${WRKSRC}/bin/pam_winbind.so ${PAM_INSTMODULEDIR}
. endif
# Install the NSS winbind module if it exists.