diff options
author | Xin LI <delphij@FreeBSD.org> | 2012-10-09 18:33:17 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2012-10-09 18:33:17 +0000 |
commit | dedf5b52d622dd94472cf753d3e9c97980d7f349 (patch) | |
tree | e77617e0c92d5abd7674527f35f58f4a4332d141 | |
parent | fix plist for use with pkg. (diff) |
fix plist for use with pkg.
PR: ports/172387
Submitted by: kwm
Notes
Notes:
svn path=/head/; revision=305599
-rw-r--r-- | net/openldap24-server/pkg-plist | 2 | ||||
-rw-r--r-- | net/openldap24-server/pkg-plist.client | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/net/openldap24-server/pkg-plist b/net/openldap24-server/pkg-plist index 6a982b6040c5..6286cea22758 100644 --- a/net/openldap24-server/pkg-plist +++ b/net/openldap24-server/pkg-plist @@ -86,7 +86,7 @@ etc/openldap/DB_CONFIG.example %%SMBPWD%%libexec/openldap/smbk5pwd.so %%SMBPWD%%libexec/openldap/smbk5pwd.so.0 libexec/slapd -@dirrmtry libexec/openldap +%%MODULES%%@dirrmtry libexec/openldap sbin/slapacl sbin/slapadd sbin/slapauth diff --git a/net/openldap24-server/pkg-plist.client b/net/openldap24-server/pkg-plist.client index 90e5cdfc73c0..23c942d40628 100644 --- a/net/openldap24-server/pkg-plist.client +++ b/net/openldap24-server/pkg-plist.client @@ -37,4 +37,3 @@ lib/libldap_r-2.4.so.%%SHLIB_MAJOR%% lib/libldap_r.a lib/libldap_r.la lib/libldap_r.so -@dirrmtry libexec/openldap |