1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Install schema.OpenLDAP into DOCSDIR.

Prompted by:	flz
This commit is contained in:
Tom McLaughlin 2007-09-03 17:13:29 +00:00
parent 87d3e2e609
commit 3c005206b9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198701
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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%%