pkgsrc-WIP-changes archive

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

Replace the .so files with appropriate variables from Makefile.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%uninett.no@localhost>
Pushed By:	he
Date:		Fri Dec 9 18:29:26 2016 +0100
Changeset:	cd93df7a82994a3c9130ffed44da648df90d2ce4

Modified Files:
	nss-pam-ldapd/PLIST

Log Message:
Replace the .so files with appropriate variables from Makefile.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cd93df7a82994a3c9130ffed44da648df90d2ce4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 nss-pam-ldapd/PLIST | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/nss-pam-ldapd/PLIST b/nss-pam-ldapd/PLIST
index 556f35f..a40fc7e 100644
--- a/nss-pam-ldapd/PLIST
+++ b/nss-pam-ldapd/PLIST
@@ -1,8 +1,8 @@
 @comment $NetBSD$
 bin/chsh.ldap
 bin/getent.ldap
-lib/nss_ldap.so.0
-lib/security/pam_ldap.so
+lib/${NSS_LDAP_SONAME}
+lib/security/${PAM_LDAP_SONAME}
 man/man1/chsh.ldap.1
 man/man1/getent.ldap.1
 man/man5/nslcd.conf.5


Home | Main Index | Thread Index | Old Index