aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/sudo/Makefile1
-rw-r--r--security/sudo/pkg-plist1
2 files changed, 2 insertions, 0 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index 4b4d27ae322a..1777fa586d34 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -88,6 +88,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/sample.sudoers ${DOCSDIR}
.if defined(WITH_LDAP)
${INSTALL_DATA} ${WRKSRC}/README.LDAP ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/schema.OpenLDAP ${DOCSDIR}
${INSTALL_SCRIPT} ${WRKSRC}/sudoers2ldif ${DOCSDIR}
.endif
.endif
diff --git a/security/sudo/pkg-plist b/security/sudo/pkg-plist
index c5957612a91a..5f80f8c7f5b4 100644
--- a/security/sudo/pkg-plist
+++ b/security/sudo/pkg-plist
@@ -14,5 +14,6 @@ sbin/visudo
%%PORTDOCS%%%%DOCSDIR%%/UPGRADE
%%PORTDOCS%%%%DOCSDIR%%/sample.sudoers
%%LDAP%%%%PORTDOCS%%%%DOCSDIR%%/README.LDAP
+%%LDAP%%%%PORTDOCS%%%%DOCSDIR%%/schema.OpenLDAP
%%LDAP%%%%PORTDOCS%%%%DOCSDIR%%/sudoers2ldif
%%PORTDOCS%%@dirrm %%DOCSDIR%%